Error building Qt for android
-
I'm trying to build Qt for android on windows platform.
I'm getting this error on running the application.
In compile output this is displayed-
Error while building/deploying project analogclock (kit: Android for ANDROID TARGET_ARCH=armeabi-v7a (GCC 4.9, Qt 5.7.1)) When executing step "Deploy to Android device"I tried this solution-
https://forum.qt.io/topic/39691/android-deployment-error-abi-is-incompatible/2
but still this error flags.Any help would be appreciated. :)
-
@Vasudha What exactly is the error?
This: "Error while building/deploying project analogclock (kit: Android for ANDROID TARGET_ARCH=armeabi-v7a (GCC 4.9, Qt 5.7.1)) When executing step "Deploy to Android device"" - only says there was an error during deployment. What is the device you're trying to deploy to? -
@Vasudha I think I already had such problem: try to disable "Developer options" (or how it is called in English) and then enable them again. If it does not help try to disable USB-Debugging and then enable it again.
Your device should actually work as it supports the ABI for which you're building. -
@jsulm Can you tell me the steps by which you installed?
I did the following-- Download and install ready to build qt for android.
- Download jdk, sdk, ndk, apache ant and set the paths in tools->options->devices->android.
- Try building an android app using the available android kit.
Is that it?