Android Question AVD Manager Emulator 10"

angel_

Well-Known Member
Licensed User
Longtime User
I'm trying to use the AVD emulator for 6" it works fine but for 10" it doesn't go beyond the logo, I tried to press the off and home button but it's still the same, any idea?
 

aeric

Expert
Licensed User
Longtime User
Getting the emulator to run is like hit or miss. It will take you time to get it working as you wish.

If you insist, there are several things you may try:
1. Delete the image and create again from AVD Manager. Try different Platform - 24, 28, 30 ? (google_apis_playstore and default, x86 and x86_64).
2. Run using Cmd
B4X:
C:\AndroidSdk\tools>emulator -avd 10in_Tablet_Platform_28_default
3. Download all Recommended items from SDK Manager
4. Power off and on a few times. Try wait a bit longer as it may take some time to boot up.
5. Close some programs and make sure you have enough RAM

Since you are able to run 6in emulator, I assume it is not related to Intel CPU, Virtualization, Hyper-V, HAXM issue.

Lastly, if you want to create screenshot, you can take it from your real device and copy the image using File Explorer by enabling "FTP Server" in B4A Bridge.
 
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
Getting the emulator to run is like hit or miss. It will take you time to get it working as you wish.

If you insist, there are several things you may try:
1. Delete the image and create again from AVD Manager. Try different Platform - 24, 28, 30 ? (google_apis_playstore and default, x86 and x86_64).
2. Run using Cmd
B4X:
C:\AndroidSdk\tools>emulator -avd 10in_Tablet_Platform_28_default
3. Download all Recommended items from SDK Manager
4. Power off and on a few times. Try wait a bit longer as it may take some time to boot up.
5. Close some programs and make sure you have enough RAM

Since you are able to run 6in emulator, I assume it is not related to Intel CPU, Virtualization, Hyper-V, HAXM issue.

Lastly, if you want to create screenshot, you can take it from your real device and copy the image using File Explorer by enabling "FTP Server" in B4A Bridge.
Thank you, I'll try them
 
Upvote 0
Top