Android Question AVD Question

MrKim

Well-Known Member
Licensed User
Longtime User
Haven't used the AVD manager for a couple of years - real devices.

Every time I start an AVD I get the message
Running an x86 based Android Virtual Device (AVD) is 10x faster.
We strongly recommend creating a new AVD.

I created a new AVD and I still get the message.
B4A 7.30
Android SDK Manager Revision 25.2.5
Repository XML Schema #11

Edit:
AHAS I found the setting and changes to x86.

Now getting:
Starting emulator for AVD 'Galaxy7in'
emulator: WARNING: Crash service did not start
ERROR: resizing partition e2fsck failed with exit code 8
emulator: WARNING: userdata partition is resized from 98 M to 200 M
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAXM is not installed on this machine

And the device fails to open.
 
Last edited:

MarkusR

Well-Known Member
Licensed User
Longtime User
arm (Mobiles) & x86 (PC) have different cpu instruction sets.
u need a cpu that work together with this Intel HAXM software that enable hardware acceleration.
make sure u installed this Intel HAXM software, you get this by android sdk manager and i believe it just downloaded it and u need install this setup.exe by yourself.
i have a intel cpu and i had also enabled some virtualization settings in uefi bios.
(screenshot from within android studio 3.x)
Snap_2018.05.19_09h33m59s_001_.png
 
Last edited:
Upvote 0
Top