Android Studio: 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!

When you first tried to run your Android Virtual Device to startup, you might run into this error message: 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! You need to: 1. Install the Intel HAXM emulator. In […]

person Jason Huangaccess_time March 17, 2016launch Read More

Ubuntu: how to install Android Studio on Ubuntu 15.10

Install the Open JDK8 on Ubuntu. Go to terminal, type: sudo apt-get install openjdk-8-jdk. Install the lib32stdc (you only need lib32tdc++6 for Ubuntu 15.10, without it, you will see android studio show an error unable to run mksdcard-sdk…) To install, in terminal type: sudo apt-get install lib32stdc++6 Go to browse and open link: http://developer.android.com/sdk/installing/index.html?pkg=studio Click on […]

person Jason Huangaccess_time March 8, 2016launch Read More