Android emulator so slow
Slow Emulator speed on Eclipse (actually very very slow for debugging)
emulator: Failed to open the HAX device! HAX is not working and emulator runs in emulation mode, emulator: Open HAX device failed solution
emulator: Failed to open the HAX device! HAX is not working and emulator runs in emulation mode, emulator: Open HAX device failed solution
- In order to use x86 Android Intel Emulator, download using Android SDK Manager
- After this you need to install HAXM as well;
- After installing Intel x86 Emulator Accelerator, you need to go installation folder and execute manually HAXM executable.
- Go to the following folder (D:\Android adt-bundle-windows-x86-20130729\sdk\extras\intel\Hardware_Accelerated_Execution_Manager)
- Run IntelHaxm.exe
- Press Next
- Set RAM size, you can choose default value and click yes
- After the installation, you should open command prompt for testing whether HAXM is running on computer try the following command
- if you see RUNNING state, HAXM installation is successful.
- So in order to use the fastest Intel x86 Emulator, you should define a new emulator in Eclipse by opening Android Virtual Device Manager and setting the following parameters
- Under Device Definitions, choose press create AVD
In this section, choose Intel Atom (x86) for CPU/ABI and this will activate HAXM
and your emulator will be faster - After completing these steps; by running your application
Enjoy...
No comments:
Post a Comment