The problem I have is that whenever I export my appto an apk, and then install on device, or debug in eclipse, 2 instances of my app is installed(?). 2 icons are added to my menu.
How do I stop that from happening?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had the activity intent set as in the AndroidManifest.xml
Removing this resolved the problem