PDA

View Full Version : Qt doesn't get API from Android SDK



Marco Luca
20th April 2015, 07:42
Hi,
I'm trying to install Qt5.4 for Android deplyment but Qt doesn't get the API installed from the SDK directory.

I have windows 7 32 bit, Qt Creator 3.3.2 enterprise, A-NDK 9d and A-SDK 24.1.2

pls help me!

thx

aamer4yu
22nd April 2015, 09:13
Can you please explain more what you mean by -

"but Qt doesn't get the API installed from the SDK directory."

Marco Luca
22nd April 2015, 09:37
11116


i get this error message.

Android SDK works fine with Android Studio....

d_stranz
29th April 2015, 21:53
Your error message is telling you it cannot find a target ARM device for deploying your application. In this case, it can't find either a virtual device or a physical device connected through a USB debugger, so it is asking you to create a new one.

If you are able to connect to a virtual device through Android Studio, then you should be able to locate that same device and load it into your project configuration in Qt Creator. Did you configure a kit (Projects -> Manage Kits) for Android in Qt Creator?