Android build SDK not defined. Check Android settings. Qt 5.9.1, QtCreator 4.4.0, with Android Studio.
-
wrote on 21 Sept 2017, 02:24 last edited by
Running into the same issue just after updating
Android build SDK not defined. Check Android settings.
Error while building/deploying project ???? (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.9.1 for Android armv7))
When executing step "Build Android APK" -
wrote on 21 Sept 2017, 11:51 last edited by joaopagotto
-
wrote on 21 Sept 2017, 23:25 last edited by MarcT
-
I can only (sadly) confirm this also happens on Linux, after updating Android SDK. I'm 100% sure my env. worked fine before I run the update, and updating the SDK was the only change that happened.
Grrr. I need to finally learn to only update Android SDK when forced to. They keep breaking the builds soo often nowadays.
-
wrote on 22 Sept 2017, 13:25 last edited by Vikas Pachdha
The sdkmanager tool's output changed in SDK tools version 26.1.
The issue will be addressed in QTC 4.5. (QTCREATORBUG-18962) -
wrote on 23 Sept 2017, 02:15 last edited by
I had this problem after I acquired a android x86 tablet, I already used an ARM tablet. The solution for me was to uninstall Qt, then reinstall with android ARM and x86 tools. Hope this helps someone.
-
wrote on 23 Sept 2017, 12:22 last edited by
Hi,
I've the same problem on Debian 8 (64 bit), with Qt 5.9.1, Qt Creator 4.4.0 and Android Studio 2.3.3. I've removed and installed again Qt but the problem still continue.
-
According to the bug report, this issue will be fixed in Qt Creator 4.5, so it will take some serious time.
-
wrote on 27 Sept 2017, 13:41 last edited by Fredro
My workaround was to remove the tools in the sdk and change back to version 25.0.3
if you need another version just change it out in the link below
http://dl-ssl.google.com/android/repository/tools_r25.0.3-windows.zip
-
My workaround was to remove the tools in the sdk and change back to version 25.0.3
if you need another version just change it out in the link below
http://dl-ssl.google.com/android/repository/tools_r25.0.3-windows.zip
@Fredro said in Android build SDK not defined. Check Android settings. Qt 5.9.1, QtCreator 4.4.0, with Android Studio.:
My workaround was to remove the tools in the sdk and change back to version 25.0.3
if you need another version just change it out in the link below
http://dl-ssl.google.com/android/repository/tools_r25.0.3-windows.zip
Perfect, thanks for the info. I've managed to get a zip from a colleague, but an "official" link from Google is much better.
-
wrote on 27 Sept 2017, 19:53 last edited by
Temporary solution while the link with Android Studio and Qt Creator is not resolved. Hope to help, do not mark as resolved, as the Android Studio and Qt Creator integration should work. Because the latest versions are in Android Studio and support HAXM.
Android SDK r25.2.5
http://dl-ssl.google.com/android/repository/tools_r25.2.5-windows.zip
http://dl-ssl.google.com/android/repository/tools_r25.2.5-linux.zip
http://dl-ssl.google.com/android/repository/tools_r25.2.5-macosx.zipAndroid NDK r15c
https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip
https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zipApache Ant 1.9.9
http://ftp.unicamp.br/pub/apache//ant/binaries/apache-ant-1.9.9-bin.zip -
wrote on 2 Oct 2017, 01:32 last edited by
I found a strange solution:
-
closed qtcreator
-
I edited the *pro.user file of my project.
there are some entries::
<value type="QString" key="BuildTargetSdk"></value>
<value type="QString" key="KeystoreLocation"></value>
3: I changed every occurence of
<value type="QString" key="BuildTargetSdk"></value>
to
<value type="QString" key="BuildTargetSdk">android-26</value>(26 is my android sdk tools main version)
4: Now I can deploy again to my smartphone.
Strange is: the combobox "Android build Sdk" still is empty... doesn't matter now...
-
-
@FloMe nice trick, thanks for sharing! :-)
-
wrote on 3 Oct 2017, 10:44 last edited by
Seeing this same error with QT 5.9.1, QT Creator 4.4.0, Android SDK Tools 26.1.1
-
I found a strange solution:
-
closed qtcreator
-
I edited the *pro.user file of my project.
there are some entries::
<value type="QString" key="BuildTargetSdk"></value>
<value type="QString" key="KeystoreLocation"></value>
3: I changed every occurence of
<value type="QString" key="BuildTargetSdk"></value>
to
<value type="QString" key="BuildTargetSdk">android-26</value>(26 is my android sdk tools main version)
4: Now I can deploy again to my smartphone.
Strange is: the combobox "Android build Sdk" still is empty... doesn't matter now...
wrote on 3 Oct 2017, 10:51 last edited by@FloMe Tried this, but didn't work for me at least. Still says SDK not found.
-
-
wrote on 3 Oct 2017, 14:14 last edited by joaopagotto 10 Mar 2017, 14:16
-
Temporary solution while the link with Android Studio and Qt Creator is not resolved. Hope to help, do not mark as resolved, as the Android Studio and Qt Creator integration should work. Because the latest versions are in Android Studio and support HAXM.
Android SDK r25.2.5
http://dl-ssl.google.com/android/repository/tools_r25.2.5-windows.zip
http://dl-ssl.google.com/android/repository/tools_r25.2.5-linux.zip
http://dl-ssl.google.com/android/repository/tools_r25.2.5-macosx.zipAndroid NDK r15c
https://dl.google.com/android/repository/android-ndk-r15c-windows-x86.zip
https://dl.google.com/android/repository/android-ndk-r15c-windows-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip
https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zipApache Ant 1.9.9
http://ftp.unicamp.br/pub/apache//ant/binaries/apache-ant-1.9.9-bin.zipwrote on 3 Oct 2017, 17:40 last edited by@joaopagotto Yeah thanks for your reply, I got it working earlier already, by downloading the last release of the SDK 25 version, 25.0.3. Didn't have to update the tools, the latest tools installed by Android Studio work just fine.
-
@joaopagotto Yeah thanks for your reply, I got it working earlier already, by downloading the last release of the SDK 25 version, 25.0.3. Didn't have to update the tools, the latest tools installed by Android Studio work just fine.
Moderatorswrote on 6 Oct 2017, 11:00 last edited by raven-worx 10 Jun 2017, 11:01@ind1g1ne0us
seems like this is now already fixed with QtCreator 4.4.1/Qt 5.9.2 -
@ind1g1ne0us
seems like this is now already fixed with QtCreator 4.4.1/Qt 5.9.2wrote on 6 Oct 2017, 16:43 last edited by@raven-worx Yes, in this version works ! =D
-
wrote on 8 Oct 2017, 23:33 last edited by
hello, am i the only one who still facing the same issue ine 4.4.1 ? this is pretty strange, i also have qt5.9.1 and i've tread many android tools version mentioned above,
any update?
13/33