Issue: Cannot launch AVD in emulator. Output: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed 1) Open SDK Manager (In Android Studio, go to Tools > Android > SDK Manager) and Download Intel x86 Emulator Accelerator (HAXM […]
Category Archives: Android
Solution 1Start Android Studio. Close any open project.Go to File > Othersettings > DefaultSettings.(a window will open) On Settings dialog,select Android Compilers under Built, Execution, Deployment > Compiler and set VM Options to -Xmx512m(i.e. write -Xmx512m under VM Options:) and press OK. Solution 2Remove the .gradle directory (my location was C:\Users\UserName\.gradle), and restart android […]