I have two app’s projects in two different Eclipse’s workspaces. When I run one of the apps, the other is removed from my phone and I can’t figure out why. I have already tried cleaning up each project (Eclipse->Project->Clean…) because I suspected that it was some kind of Eclipse’s mess, but it didn’t work.
Any suggestions?
Have you named them differently in your manifest? If they share the same properties, then the installer could mistake one for the other, and remove the “old” one when installing the new one.