Java 在配备 AMD 处理器的计算机上运行 Android 模拟器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26154373/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-11 01:55:28  来源:igfitidea点击:

Running Android emulator on computer with AMD processor

javaandroidemulationamd-processor

提问by EmppuTheEngineer

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.

无论如何,在使用 AMD 处理器运行时,是否可以通过 Eclipse 运行 Android 虚拟设备?我有一段时间使用 Genymotion,尽管它有效,但涉足它还是太麻烦了。

回答by Justin

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.

您不需要英特尔处理器来运行模拟器,它只是使用 HAXM 技术快得多,而您显然无法使用它。我建议购买便宜的 Android 设备进行测试,因为 ADK 提供的模拟都不是特别快。

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/).

在您的 Android 设备上启用开发人员模式后,您会发现 Eclipse 提供的调试和所有其他有用功能非常有效(但请注意,开发人员功能现在非常隐藏:http: //www.theandroidsoul.com/android-4 -2-developer-mode-is-a-tricky-thing-heres-how-its-done/)。

回答by Sumit Sahoo

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。它比默认的快得多。并且 yaa 模拟器与 Intel 和 AMD 兼容。Genymotion 只是使用 Virtualbox 在 VM 中运行 Android。

Genymotion Home Page

Genymotion主页

回答by Zeeshan

For AMDprocessor, create a new Virtual Device and while selecting the system Image select the ABI as armeabiinstead of the default x86 one.

对于AMD处理器,创建一个新的虚拟设备,并在选择系统映像时选择 ABI 作为armeabi而不是默认的 x86 。

enter image description here

在此处输入图片说明