How to change package name of Android Project in Eclipse?

Dheepak picture Dheepak · Sep 13, 2010 · Viewed 122.2k times · Source

I have an Android project created in Eclipse. I want to modify the package name and application of the project. How do I do that in Eclipse?

Answer

vamsu picture vamsu · Dec 13, 2010

This is a bug in the Eclipse Android tools.

To fix: Right click on the project, go to Android tools -> Rename application package.

And also check AndroidManifest.xml if it updated correctly. In my case it didn't, and that should solve this problem.