Friday, June 1, 2012

How to Easily Rename Android Package Name

Just editing the config file alone won't do, because the package name is tied to the package name of the R class, among other things.

The way to do it is to:
  1. Right click on project
  2. Click Android Tools
  3. Click Rename Application Package

No comments:

Post a Comment