Running Android emulator on computer with AMD processor
Asked Answered
U

3

24

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.

Unloose answered 2/10, 2014 at 4:9 Comment(0)
S
32

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

Showcase answered 16/1, 2016 at 11:10 Comment(2)
Perfect answer, Basically If you don't have Intel processor and Your Processor is AMD then follow this answer and you should make new virtual device by selecting armeabi-xxxBondstone
It is what it is. Felt obligated to but needed a watch to develop on.Arthritis
G
2

You don't need an Intel processor to run the emulator, it's just so much faster with the HAXM technology which obviously is not available to you. I recommend buying a cheap Android device for testing, as none of the emulations provided with the ADK are particularly fast.

With developer mode enabled on your Android device, you'll find the debugging and all other useful features that Eclipse provides work very well (but note that developer features are now quite hidden: http://www.theandroidsoul.com/android-4-2-developer-mode-is-a-tricky-thing-heres-how-its-done/ ).

Gobo answered 2/10, 2014 at 4:16 Comment(2)
The problem is that my computer doesn't seem to run the virtual devices at all through Eclipse, no matter which devices and settings on VDs. With Genymotion, in few minutes, but with Eclipse, I managed to wait two freaking hours and just the glimmering Android screen. I don't know is it because of AMD processor or not. But yeah, I better try that device method, luckily I have few of those (too accustomed for running everything on computer :B ).Unloose
Try bluestacks. It is used mainly for games running on Android, but it is perfect and fast for Android developmentInfluential
R
1

Use Genymotion insted of default one. It is way faster than the default one. And yaa the emulator is compatible with both Intel and AMD. Genymotion just uses Virtualbox to run Android in VM.

Genymotion Home Page

Rotenone answered 2/10, 2014 at 4:52 Comment(2)
Is there away it boots Genymotion straight from Eclipse? The last time I used it (albeit, a while ago), it was pretty darn kerfuffle to use with Eclipse.Unloose
Yaa you can ... but before that you need to start the VM from Genymotion. After that it works just like a device. You can directly run from eclipse.Rotenone

© 2022 - 2024 — McMap. All rights reserved.