1

My System Configurations are Core i3 CPU and RAM size is 4GB, Windows 7 Ultimate.

After Waiting for HOME ('android.process.acore') to be launched...

It stays there forever

What can be done to increase the speed of Android emulator ?

Yash Sampat
  • 30,051
  • 12
  • 94
  • 120
Alexander Zaldostanov
  • 2,907
  • 4
  • 30
  • 39

3 Answers3

6

You can try the following:

  • Check whether your processor supports Intel HAXM. This will make the emulator run like a real device.
  • Try GenyMotion.
  • Try BlueStacks.
  • Alternatively, consider developing on Linux. The Linux kernel contains a module called kvm that is the equivalent of the Intel HAXM driver on Windows. The emulator is blazing fast on Linux with supported processors.

References:

1. Why is the Android emulator so slow?.

2. Speed up your Android Emulator!.

3. 8 Tips to Speed Up Your Android ARM Emulator.

4. How to speed up the Android Emulator by up to 400%.

Community
  • 1
  • 1
Yash Sampat
  • 30,051
  • 12
  • 94
  • 120
0

You can't help it until and unless you have an high end laptop so what you can do is instead of using the built in emulator use Genymotion emulator, it's very fast compared to your inbuilt emulator https://www.genymotion.com/#!/

silverFoxA
  • 4,549
  • 7
  • 33
  • 73
0

check that HXAM is upto date(version 6.0.1.0) and VT-X is enabled in our pc. create a new emulator with ram size should be 1024mb.

Prathik
  • 77
  • 1
  • 1
  • 7