Blank screen with android emulator (win10 - Android x86 image)
-
wrote on 18 Oct 2016, 15:20 last edited by r1z1
I started developing an application for Android and I have an issue with the emulator. I created a basic application from QtCreator QML wizard and I have a blank screen when I execute the application in the emulator. Although it works perfectly fine with my phone but I would like to develop and test with the emulator. Do you have any hints about that?
I am on windows 10 and use the x86 image (with or without host GPU) and I tried android SDK API 22,23,24.
-
wrote on 19 Oct 2016, 15:29 last edited by MankonitNew
Hi
I went through this issue too.
What worked for me :- Image x86 (no x64, doubt about this) + Google APIs
- API >= 21
- No host GPU acceleration
hope this helps.
-
wrote on 20 Oct 2016, 09:48 last edited by
Does this help (the last post)?
https://forum.qt.io/topic/72071/qt5-7-android-stopped-working-after-a-studio-updates/6 -
Does this help (the last post)?
https://forum.qt.io/topic/72071/qt5-7-android-stopped-working-after-a-studio-updates/6wrote on 21 Oct 2016, 10:01 last edited by r1z1I think the command line solve the graphic issue but it is hard to say because with the -gpu swiftshader, the application crashes after the execution (I can see my background color defined in the QML, not a blank screen).
Thx for the tip, i'll investigate more.
-
wrote on 21 Oct 2016, 21:59 last edited by r1z1
I installed Genymotion and it works great.
1/5