- Home /
After installing the .APK I see the app icon twice
So, I have this pretty peculiar issue. I create an apk with Unity and then install that APK with ADB and it installs just fine. After installation, I go to check the application list on the phone(Samsung Galaxy S), and the application appears twice! But if I go to uninstall it, it appears as only one application. (installing from unity gives the same result by the way)
The application only works the first time with one of the two icons, after that, I can resume it and start it with both icons. And apart from that weird issue, the application works just fine.
I have only one launcher activity in the manifest... i have the app only installed once on the device...
Answer by Becoming · Apr 16, 2014 at 09:17 PM
Sometimes you just need to post the question to find the answer :D
there were indeed 2 launchers in the manifest, not in the main manifest but in a subfolder from a plugin was another manifest and so the generated manifest had 2 launchers in it...
Your answer
Follow this Question
Related Questions
Build in Gradle 0 Answers
Android SDK does not include error 1 Answer
Android Build Problems With Platform(s) 4 Answers
Having issue building apk 1 Answer
Android app is not building in Unity, Error “Gradle initialization failed.” 1 Answer