Run Android studio emulator on AMD processor(在 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 Image
或ARM 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 模拟器
基础教程推荐
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01