在 AMD 处理器上运行 Android Studio 模拟器

Run Android studio emulator on AMD processor(在 AMD 处理器上运行 Android Studio 模拟器)

本文介绍了在 AMD 处理器上运行 Android Studio 模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Android 新手.我的处理器是 AMD,不是 Intel,所以我无法在 Android Studio 中打开模拟器.

Android newbie. My processor is AMD, not Intel, so I can't open the emulator in Android studio.

此答案有评论:您可以运行 ARM(非 Intel)仿真器映像.从您的列表中,只需选择一个非英特尔仿真.他们没有解释在哪里可以找到它.有任何想法吗?谢谢

This answer has the comment: 'You can run the ARM (non Intel) emulator image. From your list, just choose a non Intel emulation.' They don't explain where this can be found. Any ideas? Thanks

Android Studio 模拟器和 AMD CPU

推荐答案

好吧,首先,打开你的Android SDK Manager:Tools -> Android -> SDK Manager,然后选择你要下载的任何平台/包,展开它并选择ARM EABI v7a System ImageARM 64 v8a System Image然后安装.

Alright, first of all, open your Android SDK Manager: Tools -> Android -> SDK Manager, then chose any platform/package you want to download, expand it and select ARM EABI v7a System Image or ARM 64 v8a System Image then install.

之后,打开 Android AVD Manager:工具 -> Android -> AVD Manager 并创建一个模拟器.您可以选择现有的或创建自己的.

After that, open Android AVD Manager: Tools -> Android -> AVD Manager and create an emulator. You may chose from existing or create your own.

为获得更好的效果,您可能需要重新启动 Android Studio.

For better results, you may need to restart Android Studio.

[更新]

感谢 @bjornredemption 提供线索.

根据 Google 的最新文档安卓模拟器 v29+导航到工具 -> Android -> SDK 管理器,然后选择SDK 工具"选项卡并勾选此选项:

As per Google's latest documentation for Android Emulator v29+ Navigate to Tools -> Android -> SDK Manager then select the "SDK Tools" tab and tick this option:

适用于 AMD 处理器的 Android Emulator Hypervisor 驱动程序

然后单击应用"进行下载,然后将其用于您的模拟器.

Then click Apply to download then use it for your emulator.

这篇关于在 AMD 处理器上运行 Android Studio 模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本文标题为:在 AMD 处理器上运行 Android Studio 模拟器

基础教程推荐