0
votes

While creating an emulator, encountered the following error

Reserved block group size: 7 Created filesystem with 11/4224 inodes and 1302/16896 blocks Hax is enabled Hax ram_size 0x40000000 HAX is working and emulator runs in fast virt mode. adb_server_notify: Failed to establish connection to ADB server console on port 5554, ADB on port 5555 emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

1

1 Answers

2
votes

Currently Android Studio IDE provides Virtualisation Technology for simulation for better and speedy performance.

For that purpose you have to install an patch of "HAXM". Virtualisation patch available at Android Download Manager.

after successful installation of that patch you have to enable the Virtualisation from system BIOS.

after that simulator will work surely with better and speedy performance.

if you are facing some issues with adb server then follows,

Go to the Android SDK platform-tools directory in Command Prompt.

type adb kill-server (Eclipse should be closed before issuing these commands)

then type adb start-server.

No error message is thrown while starting ADB server, then adb is started successfully.

Thats Done.