SDK directory does not exist - Qt 5.9.9 ARM7a
-
I am trying to build an APK. It is a basic hello world as a test to load on to an embedded system. I have seen some similar issues that have been unanswered and now lost as to what to try!
For some reason the SDK directory is getting completely messed up!
I need to target API 21 and so using (well trying!) NDK 17.
Qt 5.9.9 / Windows 10
In Qt Creator my Kits under Anroid Qt 5.9.9 Clang armeabi-v7a:-
Compilers:-
C: Custom Android Clang (C, arm, NDK 17.2.4988734)
C++: Custom Android Clang (C++, arm, NDK 17.2.4988734)
Debugger: Android Debugger (Multi-Abi, NDK 17.2.4988734) GDBUnder Devices (Android)
JDK location (correct): C:\Program Files\Java\jdk1.8.0_111
Android SDK Location (correct): C:\Users\Rob\AppData\Local\Android\Sdk
Under this i then see it correctly list the various NDK's that are installed and the ndk 17 is set as default. Then below this it says that Android settings are ok and correctly detecting the NDK version.- What went wrong:
A problem occurred configuring root project 'android-build'.
The SDK directory 'C:\Users\Rob\Desktop\Test4\build-Test4-Android_Qt_5_9_9_Clang_armeabi_v7a-Debug\android-build\C:UsersRobAppDataLocalAndroidSdk' does not exist.
Any help to resolve this issue would be greatly appreciated.
- Rob.
- What went wrong: