Android settings error
-
wrote on 4 Mar 2018, 22:13 last edited by
I am using Qt 5. 10 I installed latest jdk ,sdk and NDK. And I am using Windows 7 64 bit. When I run the compiler I am getting android settings error and sdk tools not ticked. Please can someone assist me.
-
Hi and welcome to devnet,
Please give the specific versions of each you installed as well as a screen shot of the exact error you are getting.
-
wrote on 5 Mar 2018, 19:50 last edited by
-
I see platform SDK missing, did you install it properly ?
You should also take a look at the Android Getting Started guide for the various recommended versions of the tools.
Note that the Android SDK/NDKs have a tendency to break compatibility on new releases therefore you should follow the recommended versions to avoid trouble.
-
wrote on 6 Mar 2018, 15:19 last edited by
thank you, I will do as you said.
-
wrote on 6 Mar 2018, 15:34 last edited by
oh I had forgotten Installed using android studio and installed all versions SDK in android studio.
-
I see platform SDK missing, did you install it properly ?
You should also take a look at the Android Getting Started guide for the various recommended versions of the tools.
Note that the Android SDK/NDKs have a tendency to break compatibility on new releases therefore you should follow the recommended versions to avoid trouble.
wrote on 27 Apr 2018, 21:54 last edited bythank you very much for your response
I solved the problem as followsI installed SDK Version: 25.2.5, NDK Version: 10.4.0 which is working with Qt5.10.1.
Its not working with Qt5.8.0 android.
instead I use qt5.8.0 for creating avd and emulators which can not do in qt5.10.1.