Pages

Renaming an Android Project in Eclipse


Two easy steps to rename an Android project in Eclipse :


1) Right-Click on your project folder in Eclipse and go to Refactor -> Rename, and make sure to update references.
2) Edit res/values/strings.xml of your project and change the value of app_name to whatever you want to renamed
    in Refactor.


No comments:

Post a Comment