-2

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

Prathik
  • 77
  • 1
  • 1
  • 7

3 Answers3

0

Well I suggest you to use Genymotion for Android Studio. Blazing fast! Just needs one time installation. No more AVD pain.

Features

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

Nirav Ranpara
  • 13,753
  • 3
  • 39
  • 54
0

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.

0

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.

enter image description here

ir-tech
  • 298
  • 4
  • 16