I wrote an android application and after I run it, it occurs twice in main menu. I mean, there are two icons for this application, but only one could be open.
If I deinstall this application, I find only one entry in the application list.
It’s the same, if application’s running in simulator or on phone. And I don’t have this problem with my other applications.
Any ideas???
Thanks a lot in advance.
Mur
If you see your app twice, you either have two intents in your manifest file with the LAUNCHER category (make sure you have only one), or you changed the name of your package/class throughout the development process. Since you said that uninstalling it removes one copy, I’m tempted to suspect the latter.