Hi there. Once Kodular was updated, the app I have created is not opens after install. It installed fine but when I open it I get its properties screen (by the system) and not the app itself (as you can see in the attached video). Moreover, the aapp is published in google app store and the problem exists there too. after installing it, I don’t get the “open” button like usual, only the “uninstall” one (as you can see in the attached screenshot). Does anyone have an idea what can cause this problem?
Thanks a lot .
First of all min SDK for your app was set to android 10 but the main issue is in android manifest because is missing the Launcher intent filter <category android:name="android.intent.category.LAUNCHER"/>
Did you remove the Launcher intent filter from activity in manifest?
I am not sure what is the “Launcher” or “manifest”. I might have accidentally changed it in the Kodular workspace? Where its defined (so I will know to restore the original settings)?
Where did you take the screenshot from?
Thanks again for the great help
Judging from your reply you couldn’t have done it. I decompiled your apk with APK editor studio to inspect it. I do not know what caused the problem maybe someone else might have an idea why this happened. If you wish pm me your aia to see if same thing happens if I imported aia and compiled it
You are right! This was the old app name I had to change duo to naming violation with Play store rules (It was too similar to the name “whatsapp”). Is there a right way to change an app name in Kodular (without remaining like so)?
Thanks for your help .