Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.9.0
-
Fix Version/s: 5.9.2
-
Component/s: Build tools: Other
-
Commits:50a1efcb170f4df0f4602805b7a07b80798d68ab
Description
I have updated from Qt5.6.2 to Qt5.9.0 on Windows 10.
Now, when I'm trying install my applicaiton on android device, error accured:
>The process "C:\Qt\Qt5.9.0\5.9\android_armv7\bin\androiddeployqt.exe" crashed.
>Error while building/deploying project ***** (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.9.0 for Android armv7))
>When executing step "Build Android APK"
I inspect the problem and realized then if I commented out all the strings with ANDROID_DEPLOYMENT_DEPENDENCIES problem gone. If I add just one such a string the problem returns.
Additional information: I use Qt5.9.0 MinGW build.