Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-138982

qt-android-runner.py fails to start application

XMLWordPrintable

    • Android
    • 342487e94 (dev), 1ba73acad (6.10), 87b777a8b (6.9), c38edb57f (tqtc/lts-6.8)
    • 2025wk34s2QtforAndroid

      qt-android-runner.py doesn't start the application if the main activity used doesn't match the default org.qtproject.qt.android.bindings.QtActivity . I would expect the script to pick the current activity name in androidManifest.xml with 

      <intent-filter>
                      <action android:name="android.intent.action.MAIN"/>
                      <category android:name="android.intent.category.LAUNCHER"/>
      </intent-filter>

      This blocks using subclassed QtActivity as the main activity.

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

            assam Assam Boudjelthia
            withalion Matej Bagar
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes