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.
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.
This started happening shortly after installing TapJoy’s Unity plugin. It might not be related, but I think it’s worth mentioning.
You might try building an empty project to check if you still have the same issue. Not really a solution, but could help identify what exactly is breaking.
– rutterOk, I tried installing another Unity built apk I had lying around and it installed correctly. It doesn't appear twice in the Application list. But thanks anyway, at least that rules Unity out... for now. I'm gonna try installing the application on another phone, see how it goes.
– anon60727667