QT: 5.9.3
qt-creator: 4.4.1
android API: 24
android SDK tools: 26.1.1
android NDK: 16.1
android phone: MI max, android-7.0, enable usb debug
- Create a android quick control 2 application.(Everything is default)
- Build successfully. (Got android-build-debug.apk file)
- Run error. Application Output:
"org.qtproject.example.android1" died.And I checked the phone, apk was not installed. - Use command line:
adb install -r android-build-debug.apkApk can be installed and executed successfully. - Both release and debug can't be executed from qt-creator.
I view some youtube and web tutorial. They just click Run, and program can be launched, no other configuration.
What's the wrong with my project or settings?





