============ Problem Description ============
I want to change the app name to 222222222222, but it's always on the desktop with the activity name 11111, but in the app list it shows 222222222222, I uninstalled the app, and clean tried it, Eclipse and virtual machines have also been restarted, the real machine has tried, and other projects have been tried, it is useless.
============ Solution 1============
Reference 15 Floor q5661889 's reply:
Quote: Referring to the reply of the 14 floor Svenwang:
Quote: Referring to the reply of the 13 floor q5661889:
Quote: Referring to the reply of the 12 floor Svenwang:
Quote: Referring to the reply of the 7 floor q5661889:
Quote: Referring to the reply of the 4 floor Svenwang:
Modify the Android:label of launcher in Androidmanifest.xml
<application android:allowbackup= " True " android:icon=" @drawable/ic_launcher " android:label= "@string/app_name" Android:theme= "@style/apptheme" > <activity android:name= ". Mainactivity " android:label=" Hello!! " > <!-- Change to the name you want --> <intent-filter> <action android:name= "Android.intent.action.MAIN" /> <category android:name= "Android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application>
Isn't that the name of the activity?
Laucher's name is the name of the app, and you'll find out if you try.
I know change which can change the app name, I want to ask why change the application in the above Android:label can't change the app name
Application's Android:label is the name of the app displayed in the Application Manager interface, with only one name for an app, and activity can have multiple, each with its own name, although launcher can only have one.
If you want to ask why the name of Luancher is displayed on the desktop and not the name of the app, I can only say that this is the rule for Android.
If there's a lot of activity, how does that show?
Activity can be a lot of, launcher only one. The name of launcher is displayed on the desktop.
Android program name cannot be changed