Android program name cannot be changed

Source: Internet
Author: User

============ 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.