Error : androiddeployqt.exe exited with code 14
-
wrote on 30 Mar 2015, 12:06 last edited by
Hi every body.
I want to make my first Android App with QT but I got error in deploying that is:
androiddeployqt.exe exited with code 14.
I'm using windows 7 x64 and installed Qt 5.3.2 (MSVC 2010, 32 bit)
I didn't use space in android requirement's paths
the paths are:
F:\QT-Setup-Files\Android-Setup-Needs\Java\jdk1.7.0_51
F:\QT-Setup-Files\Android-Setup-Needs\android-sdk-windows
F:\QT-Setup-Files\Android-Setup-Needs\android-ndk-r10
F:\QT-Setup-Files\Android-Setup-Needs\apache-ant-1.9.4\bin\ant.bat
I made a qt widgets application and chose mingw and android for kits then ran it without any changing but the code 14 error is appeared in both real and virtual devices
please help me...
thank you -
wrote on 14 Aug 2016, 16:41 last edited by
It's something related to the android sdk used.
On Projects, Build Android APK, change the Android build SDK with another newer.
For example, it gives me the same error and after change it from android-16 to android-21 it works.