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. Qt 5.3.1 QtCreator rename QtApp-debug.apk to MyApp
Forum Updated to NodeBB v4.3 + New Features

Qt 5.3.1 QtCreator rename QtApp-debug.apk to MyApp

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 3.6k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    aljo666
    wrote on last edited by
    #1

    Does anyone know where can I tell to qt creator 3.1.2 to build MyApp-debug.apk instead of QtApp-debug.apk? I added the AndroidManifest.xml and tried to change the application name but I allways get QtApp.... instead of my desired name. I've also tried to add build.xml like with Qt version 4.8.2 but I still get only QtApp...
    Where should I change the Project Name?

    -setup:
    [echo] Project Name: QtApp
    [gettype] Project Type: Application

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

      The name of the generated .APK has nothing to do with the application name.
      It generates always QtApp-debug.apk, but if you changed the application name so after installed on the device you'll see the application name you given on the device and not "QtApp".
      So, what's the problem of having the QtApp-debug during the generation ??
      Or in other word, why is so important for you that QtCreator generates something different from QtApp-debug.apk ??

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aljo666
        wrote on last edited by
        #3

        I thought that like in the older version (4.8.2 in build.xml) it was possible to tell to QtCreator the name of the apk but now it seems that is not possible anymore and you have to do it manually. If you have more projects all are packed with the same name and you have to rename them manually or you have to look inside the apk to find out what application it is. Thank you for the answer.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jiangcaiyang
          wrote on last edited by
          #4

          Currently, We cannot change the default name: "QtApp_*.aok".

          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