Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2.4
-
2022wk42FOQtforAndroid
Description
When running a Qt Android application from Qt Creator, there seems to be three phases/steps:
- Build: Run Cmake to make all targets
- Build Android APK: call androiddeployqt with gradle flag to build the APK
- Deploy Android APK: call androiddeployqt with no-build and reinstall flags
During the deploy step, it seems that dependencies are being re-evaluated. Is that needed?
(Bonus: do we need the verbose flag in the deploy step?)
Attachments
Issue Links
- relates to
-
QTCREATORBUG-27359 Qt for Android Windows 10 deployment takes two minutes (too slow)
- Reported
-
QTCREATORBUG-27710 Spike Improve Qt for Android app apk building
- Open