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
Printable View
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
Can you please explain more what you mean by -
Quote:
"but Qt doesn't get the API installed from the SDK directory."
Attachment 11116
i get this error message.
Android SDK works fine with Android Studio....
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?