Hey, I need to have both earlier and later versions of App I write in Eclipse. What do I need to change (activity name?) to upload new version of the app to my phone without overwriting the old one? Any fast way to do it?
On emulator it doesn't work, it overwrites old app. Will work on actual phone?
yosh
2010-10-21 11:24:51
+1
A:
The package name in the manifest identifies the application (see here). So you also need to change the package name.
kgiannakakis
2010-10-21 11:29:17