Reproduced in the original: http://www.cnblogs.com/csulennon/p/4178404. HTML--------------------------------------------------------------------------------------------------------------------- --------------
Android Studio 1.0 has been released, the future of the development of Android platform from Eclipse to Android Studio migration, in order to be not outdated I also deliberately downloaded from Google Android Studio installation package, and happily created my first Android project. But he was sad when he was running.
this is Inter official website tell me, the role is to manage the hardware acceleration, it is estimated that the use of this thing simulator will be able to say goodbye to the Eclipse Era turtle speed.
You can also download this on the Inter website . HAXM and of course the Android SDK has integrated this software, all you need to do is find him and then install it.
His position is placed under this directory:
Of course your position may be different, if not found there is no need to die development.
If the problem is solved, it is too small pediatrics; When I double-click the installation, the problem comes again:
Reboot the installation and it will succeed!
Let's look at the Android 5.0 Cool interface:
--------------------------------------------------------------------------------------------------------------- ------------------------------------------------
Android skill Sharing--let the official simulator and genymotion virtual machine fly up
This article was transferred from:Http://www.cnblogs.com/JohnTsai
[Android tips sharing series]
1.Android skill Sharing--let the official simulator and genymotion virtual machine fly up
2.Android tips Sharing-How to download apk files for Google Play app on your PC
3.Android tips sharing--android developing super-useful tools vomiting blood recommendation
The official simulator turtle speed has made us unable to spit, fortunately there is genymotion this anti-day Android virtual machine, it has a fast opening speed, good interactive interface. is an essential product of Android development, even some players have used genymotion on the computer to play Android games.
Today we are going to share with you some tips for getting the official simulator and genymotion faster.
Background Knowledge
You may know the handset processor, arm accounted for most of the share. The computer processor is based on the X86 architecture.
the UK ARM architecture currently occupies 90% of the handset processor market share.
--Baidu Encyclopedia mobile phone Processor (http://baike.baidu.com/view/1649791.htm)
This results in very slow Android phones that emulate the ARM architecture on the computer.
Why is genymotion so much faster than the official simulator?
Genymotion is an emulator that uses x86 architecture virtualization technology. This makes it faster. With OpenGL hardware acceleration, our applications have an astonishing 3D performance during testing.
Http://stackoverflow.com/questions/25424721/why-genymotion-emulator-is-a-lot-faster-than-android-emulator
Google and Intel have also discovered this problem in order to solve it. The following workarounds are available.
Official simulator acceleration Tips
Workaround
1.Google has introduced the emulator-based Intel x86 accelerator in SDK Manager. We just need to install it.
2. Perhaps you have seen the brackets, which are related to Intel.
Intel HAXM (Hardware Accelerated execution Manager) uses Intel (R) virtualization Technology (VT)-based hardware acceleration, which requires CPU support for VT, while and is limited to the Intel CPU, and AMD CPU is not, the description of Intel HAXM is as follows:
-
Using Intel VT technology;
-
Provides hardware acceleration for analog running of Android x86 virtual devices;
-
Integration with Android SDK;
How to open VT:
Reboot into BIOS and find the Intel Virtual Technology option to change it from disabled to Enabled. (depending on the computer model)
3. On the AVD Settings screen, set the emulator's CPU to x86 or x86_64.
genymotion Acceleration Tips
1. Open the Oracle VM VirtualBox.
2. Set up---> System---> Hardware acceleration---> Enable vt-x
Set up---> System---> Processor---> Number of processors---> Assigning multiple processors
Set---> System---> Memory size set to 2048MB, chipset selection ICH9
Display---> Try to allocate a larger memory, tick 3D acceleration
With the above steps, Genymotion is faster than before.
Here's a look at genymotion running the Android5.0 gif, by the way material design.
Android Simulator Speed issue