Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running Android emulator on computer with AMD processor

Tags:

Is there anyway to run Android virtual devices through Eclipse while operating with AMD processor? I had Genymotion for a while and despite it worked, it was too much of a kerfuffle to dabble with it.

like image 381
EmppuTheEngineer Avatar asked Oct 02 '14 04:10

EmppuTheEngineer


People also ask

Can AMD run Android Emulator?

The Android Emulator Hypervisor Driver for AMD Processors can be installed via the SDK Manager in Android Studio 4.0 Canary 5 or later, or from Github (see below). To install from the SDK Manager, follow these steps: Open Tools->SDK Manager.

Can AMD a6 run Android Studio?

Answer: it can.

Can Android Studio run on Ryzen?

In the past, Android Studio did not support AMD's CPUs for hardware emulation of an Android device. That all changed in 2018 when Google added Hyper-V support to the Android Emulator. However, while working on my Ryzen CPU powered desktop, I had difficulties getting the program working on my machine.


1 Answers

For AMD processor, create a new Virtual Device and while selecting the system Image select the ABI as armeabi instead of the default x86 one.

enter image description here

like image 67
Zeeshan Avatar answered Sep 24 '22 01:09

Zeeshan