I have 2 android applications in eclipse, I create the apk and then I copy them to the device and install them. The problem is that only the last one is installed.
I install app A. OK
I install app B. B is ok but A is gone.
What am I doing wrong?
What should I change in the Manifest xml?
Thanks
Android Identifies its application from the
If you want A and B to be two separate apps then you need to give different package names to both applications.
TIP: when you change the package name do not forget to update all references.