tags:

views:

34

answers:

1

Hi!

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?

I know it will be something simple that I'm overlooking, so thank you in advance :P

Regards Renier

A: 

I had the activity intent set as in the AndroidManifest.xml

Removing this resolved the problem

Renier