I am using Android Studio in AMD processor system and the emulator is running very slowly. In the emulator i have allocated RAM size to 1 GB and system image to armeabi-v7a of API-level 23 but still the emulator comes after delay of 10 minutes.please help me in it
-
what are you using linux or windows? – user2704821 May 27 '16 at 05:11
-
windows @user2704821 – Prathik May 27 '16 at 05:15
-
1Possible duplicate of [Why is the Android emulator so slow? How can we speed up the Android emulator?](http://stackoverflow.com/questions/1554099/why-is-the-android-emulator-so-slow-how-can-we-speed-up-the-android-emulator) – Zeeshan Shabbir May 27 '16 at 05:24
-
that question didn't help me @ZeeshanShabbir – Prathik May 27 '16 at 06:17
3 Answers
Well I suggest you to use Genymotion for Android Studio. Blazing fast! Just needs one time installation. No more AVD pain.
System Requirements
Microsoft Windows 7, 8/8.1, 10 (32/64 bit) 64 bit CPU, with VT-x or AMD-V capability, enabled in BIOS settings Recent and dedicated GPU 400 MB disk space 2GB RAM

- 13,753
- 3
- 39
- 54
-
can i use ADM functions like sending sms, getting .db files to the emulator – Prathik May 27 '16 at 05:21
-
-
Im using AMD processor system with 3GB RAM and windows OS in this laptop there is SV enabled. – Prathik May 27 '16 at 05:36
-
-
thanks @Nirav Ranpara it works but i couldn't able to send a sms to it – Prathik May 27 '16 at 06:20
-
-
as i run the app emulator its lunched and app gets open all working good but i need to send sms to the device. In Android Device Monitor Telephony Actions are not working. – Prathik May 27 '16 at 06:44
You can use Genymotion which runs very smoothly. Also, you can update your Android Studio to latest version, update your gradle version to latest version. Remove all your old emulators and create new emulator which is fast compare to other old emulators.

- 379
- 2
- 13
As far as I know, all emulators like Xamarin Android Player, Genymotion, Nox, BlueStacks, ... using x86-based system images because they are about 10 times faster than ARM-based system images.
if it's not necessary to use ARM-based system image you can use another emulator like Genymotion or Xamarin Android Player or Nox (I prefer to use Nox) but if you need an ARM-based emulator try enabling Snapshot or Use of host GPU when creating a new Virtual Device to get faster operation.

- 298
- 4
- 16