Ich habe ein Android-Projekt erstellt in Eclipse . Ich möchte den Paketnamen und die Anwendung des Projekts ändern. Wie kann ich das in Eclipse tun?
Antwort
Zu viele Anzeigen?
JRE.exe
Punkte
781
Umbenennen einer Anwendung - Die vollständige Anleitung
**A) for changing Just the application name
(App name which is displayed below icon)
in the Manifest.xml file, in <application tag,
android:label="YourAppName"
then do the same in All the <activity Tags
B) For changing EVERYTHING
(folder names, Package names, Refrences,app name, etc.)
*1) Renaming package names in gen folder and manifest.xml
Right Click on Your project
Android tools- Rename Application Package
*2) Renaming package names in src folder
Expand src folder, Click on package (Single click)
Press Alt+Shift+R
Check Update references and Rename subpackages
3) Renaming the app's main Folder (Optional)
click on the application's folder (Single click)
then Press Alt+Shift+R
4) Renaming application name- Refer "A)"**
- See previous answers
- Weitere Antworten anzeigen