Disclaimer: Reprinted from: http://blog.csdn.net/hcj116/article/details/21712353
A summary of the names modified under the Eclipse integrated development environment Adt-bundle provided by Google:
1. Modify the project name (apk name)
Enter a new name in the dialog box that pops up
The operation is actually modifying the <name> node under <project>/.project. But for some reason, only to modify the file, in Adt-bundle, the project name is still the old name, but the name of the APK is changed to a new name, it is recommended to "refactor" the way to rename the project.
2. Modify the phone < desktop name >
3. Modify the installation path on the phone
A) Modify the name of the main package in the source code
Enter a new name in the dialog box that pops up
b) Modify Androidmanifest.xml <manifest package= "< new package>"
After you modify the file, click Save, and in the dialog box that pops up then tap < Yes >
c) Modify the source code in all use <package>. R.* Place.
Switch
"Go" Modify the Android project name, installation path