-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.8.3, 6.9.1
-
None
-
-
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.