Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [SOLVED] Set Android App Showing Name
QtWS25 Last Chance

[SOLVED] Set Android App Showing Name

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 3 Posters 2.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MathArtist
    wrote on last edited by
    #1

    Hi, everyone!

    I'm pretty sure someone mus have ask the same before me, but I could not find a post or anny in google to solve this.
    So here is my question (Maybe re-asked)

    I'm deploying an app on Android.
    I have auto generated the following files inside my project folder:

    @android
       ├── AndroidManifest.xml
       ├── build.gradle
       ├── gradle
       │   └── wrapper
       │   ├── gradle-wrapper.jar
       │   └── gradle-wrapper.properties
       ├── gradlew
       ├── gradlew.bat
       └── res
       └── values
       └── libs.xml@

    Editing AndroidManifest.xml allow me to set the app icon etc etc...

    But the App Name, as it is set here, is only show in the install and uninstall screen.

    The App Icon in the Launcher always show the project name.

    How can it be set different?

    Regards

    1 Reply Last reply
    0
    • GianlucaG Offline
      GianlucaG Offline
      Gianluca
      wrote on last edited by
      #2

      You should set the 'android:label' in the application tag of AndroidManifest.xml
      @
      <application android:label="The Name of the App" ... >
      @

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MathArtist
        wrote on last edited by
        #3

        The android:label value is already set in the AndroidManifest.xml

        But in android the app icon at the launcher still have the project name.

        The Label is only shown on the app information screen at the phone settings.

        1 Reply Last reply
        0
        • GianlucaG Offline
          GianlucaG Offline
          Gianluca
          wrote on last edited by
          #4

          Strange. I always set the android:label and it's shown everywhere.
          The first time you installed the app on the device the android:label was already set or not ?
          Because, some devices doesn't update information on the launcher if the app is upgraded via deployment on USB cable (as you normally do for testing the app).
          If it's the case, the completely delete the app and re-install.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            doomer3d
            wrote on last edited by
            #5

            MathArtist
            I had a similar problem. Established applicattion android:label=""App name" and activity android:label=""App name" - then the problem disappeared, and began to appear name, which i set.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              MathArtist
              wrote on last edited by
              #6

              Thank you very much DOOMer,
              It solve the problem.
              Regards

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved