Enables quick start of Android virtual phones and Quick Start of android phones
There are countless examples of how to enable quick start of an Android Virtual phone by enabling the "Intel Virtual Technology" (Intel virtualization Technology) feature of BIOS, but most of them are not very easy to operate and are not clear, I configured the configuration on the t0000p machine today. The steps are summarized as follows:
1. Check whether your computer is an Intel CPU and supports "Intel Virtual Technology". If it is not an Intel CPU or an Intel CPU, but it does not support "Intel Virtual Technology ", this blog does not need to be read;
2. restart the computer, enter its BIOS, and enable the "Intel Virtual Technology" function. Note: Because the Intel models of different computers are different, the configuration items are in different BIOS locations. For details, refer to the Intel CPU model on Baidu;
3. Download The haxm installation package, decompress it, and install haxm. : Http://download.csdn.net/download/wangshuxuncom/8892697
4. Download the Intel x86 Atom System Image suitable for the Android API level (use thunder to download it ):
System-images/android-10: http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-10_r02.zip
System-images/android-15: https://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-15_r01.zip
System-images/android-16: https://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-16_r01.zip
System-images/android-17: http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-17_r01.zip
System-images/android-18: http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-18_r01.zip
System-images/android-19: http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-19_r02.zip
System-images/android-20/android-wear: https://dl-ssl.google.com/android/repository/sys-img/android-wear/sysimg_wear_x86-20_r01.zip
System-images/android-L: https://dl-ssl.google.com/android/repository/sys-img/android/sysimg_x86-L_r01.zip
System-images/android-L/android-TV: https://dl-ssl.google.com/android/repository/sys-img/android-tv/sysimg_ TV _x86-L_r01.zip
Decompress the downloaded compressed file and copy it to the "system-images/android-Android API level" directory in the sdk folder.
5. Restart the Eclipse development tool for Android. Make the following configurations when creating or modifying an Android VM: a. Select "Intel Atom (X86)" for the CPU/ABI )"; b. Select Use Host GPU in Emulation Options. As shown in:
Hehao, well, start the Android virtual machine at this time. The startup speed is similar to that of the real machine!
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.