views:

31

answers:

2

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?

A: 

Change the app name in your manifest file.

kiki
On emulator it doesn't work, it overwrites old app. Will work on actual phone?
yosh
+1  A: 

The package name in the manifest identifies the application (see here). So you also need to change the package name.

kgiannakakis