Android Question Emulator for Android 10

AlpVir

Well-Known Member
Licensed User
Longtime User
I need an emulator for Android 10, with a 64 bit Windows 10 computer.
Genymotion does not support this operating system (it only reaches version 9) so I tried Android Studio by installing, I believe, everything you need (Android 10.0 (Q) - API level 29 - revision 4) and what you see in the following image :

due.jpg

I then acted on Android Virtual Device Manager getting when pictured in the following image.
due.jpg


I then acted on Android Virtual Device Manager getting when pictured in the following image.

uno.jpg



However when I click on the green triangle (to start the emulator) nothing happens.
What am I missing? How to solve the problem?
Thanks in advance.
 

Sagenut

Expert
Licensed User
Longtime User
I have a working Android 10 emulator created just by using B4A AVD Manager.
Did you enabled Hardware Virtualization (VT-x) in your PC Bios?
Be sure to use an x86_64 system image.
From your last image it looks like you are using a 32bit version.
 
Last edited:
Upvote 0

AlpVir

Well-Known Member
Licensed User
Longtime User
Yes, I had checked that there was the possibility of running virtualizations in the BIOS but I did not understand well that I would have to choose 64 bits instead of 32.
Now I managed to launch the emulator, but without Google Play support. For the moment I don't feel the need for it.
Thank you very much
 
Upvote 0
Top