tags:

views:

50

answers:

2

My keystore is corrupt, therefore the Android Market is requiring me to rename the app and resubmit it. However, whenever I go to edit the package names in Manifest and throughout the files, it gives me tons of errors.

What's the proper way to change the application name?

Thanks!

+1  A: 

If you're using Eclipse, you could try these instructions. They're specifically for the GestureBuilder sample but should apply to any application as far as I can tell.

Also, be sure you remembered to rename the package itself along with the references to it in the files. In Eclipse you can see the name of the package in the file explorer window/tree view on the left hand side.

eldarerathis
This is probably the best way to do it, there is no magical, change package name button.
blindstuff
+2  A: 

There is a way to change the package name easily in Eclipse. Right click on your project, scroll down to Android Tools, and then click on Rename Application Package.

Marc Bernstein
Just tried Eldar's and it worked - but I'm sure this will work, too.
Allen Gingrich