Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25325

Make APK name configurable from Qt Creator

XMLWordPrintable

    • Android

      Currently the APK name can be changed only by hands, because it is hard-coded into main.cpp of the androiddeployqt tool:

      QString androidTool = QString::fromLatin1("%1 update project --path %2 --target %3 --name QtApp")
                                  .arg(shellQuote(androidToolExecutable))
                                  .arg(shellQuote(options.outputDirectory))
                                  .arg(shellQuote(options.androidPlatform));
      

      Please make it configurable from the QtCreator

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            rampe Rami Potinkara
            kileppal Kimmo Leppälä
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            8 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes