Android deployment issue
-
Hi all,
Is it possible to successfully build and execute an application in an Android Emulator using Qt 5.1 Android(Windows or Linux version).
Regards
Ansif -
Hi All,
I have found a solution for the above problem. Actually i was trying to figure out of how to develop an Android
application in Qt 5.1.0. Yesterday i successfully created and run an Android app in the emulator.
The fix was, we need to use the similar compiler and the CPU/ABI for the Emulator. for example, i used Android
GCC (arm-4.7) as the compiler and armeabi-v7a as the CPU/ABI for the emulator. I have seen the window of the
Qt application in the Emulator :).
Regards.
Ansif