I tried to deploy QtQuick2 application to an Android virtual device(Android-16) but it shows nothing on the screen, just white screen. MouseArea works good, but I don't see anything. I tried to use gpu=on, but no result.
Is it possible to test QML apps using Android Emulator?
I have tried genymotion, but the app doesn't work there at all.
It can't load lib--Managed_by_Qt_Creator--plugins_platforms_libqminimal.so: open failed: ENOENT (No such file or directory). But this plugin is present in the apk package.
I tried it, too. Had some issues starting the virtual machines, only one of them works though. Anyways, the app stays black like on the android emulator. Thats bad.
It switches on every restart of the app for me. Probably it just shows the first library it does not find :P
But you are right, actually those libs are in the apk. I dont know what the emulator is doing then