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:
- Right click on project
- Click Android Tools
- Click Rename Application Package
No comments:
Post a Comment