Android Studio 3.5 运行 在带有 Ryzen 5(或 7)CPU 的 Win10 上的状态如何?

What is the status of Android Studio 3.5 running on Win10 with Ryzen 5 (or 7) CPU?

真的在努力不重复。 我已经阅读了最接近的 SO,它已经很老了:

是时候升级我的硬件了,因为我的 i7、8GB RAM 笔记本电脑无法再同时 运行 Android Studio 和模拟器(主要内存问题)。不幸的是,我的笔记本电脑只能达到 8GB。

我肯定会考虑 Ryzen 5 或 7,因为我可以节省很多 $$$(与类似的 Intel 选择相比)。

在 Ryzen 上,我可以 运行 普通的 HAXM 模拟器吗?我习惯 运行 在我的 i7 上安装的那个?还是我必须 运行 一些不同的东西?

有人有比较数据吗?我的 i7 在我的 i7 上几乎立即启动了模拟器。但是我不能再同时 运行 模拟器和 android Studio (AS)(由于 RAM 被 AS 和关联 Java 运行 次吞噬)。

锐龙上的运行ning不扎实?我会看到很多崩溃吗?它会这么慢让我发疯吗?如果不是,我宁愿为英特尔芯片支付额外费用? 希望有人是 Android 开发者并且有经验可以分享。

Win10版本?

此外,我刚刚阅读了 Hyper-V 的要求。我是 运行ning Windows 家庭版。我是否需要 Windows Pro 或 Enterprise 才能 运行 使用 Ryzen 5/7?我需要使用 Hyper-V 吗?

以下内容来自:https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

Windows 10 Enterprise, Pro, or Education
64-bit Processor with Second Level Address Translation (SLAT).
CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs).
Minimum of 4 GB memory.

The Hyper-V role cannot be installed on Windows 10 Home.

我发现了 2018 年 7 月 9 日(不久前 AS 3.2 已经发布)的以下信息似乎表明: 1. 支持 Android 模拟器,并将 运行 与 AMD Ryzen 芯片一起使用 2. 您需要打开 Windows HyperVisor Platform(应该可以通过 Windows 10 Home 获得)

https://android-developers.googleblog.com/2018/07/android-emulator-amd-processor-hyper-v.html

它还指出(我的重点显示在我感到困惑的地方——不确定 Hyper-V 运行ning 同时给了我什么):

If you want to use Hyper-V at the same time as the Android Emulator on your Intel processor-based computer, you will also need the same Android Studio and Android Emulator versions as listed above, but with the additional requirements:

Enable via Windows Features: "Hyper-V" - Only available for Windows 10 Professional/Education/Enterprise Intel Processor : Intel® Core™ processor that supports Virtualization Technology (VT-x), Extended Page Tables (EPT), and

Unrestricted Guest (UG) features. Additionally VT-x needs to be enabled in the BIOS.

更多信息 - 最终答案

我儿子有一台装有技嘉 m/b 和一台 Ryzen 5 2600x 的机器,我们安装了 Android Studio 3.5 并在今晚进行了适当的更改。

  • 板子/CPU支持SVM(虚拟化技术)所以我们做了 BIOS 中的更改。
  • 接下来我们为 Windows HyperVisor 平台打开 Win10 设置。

我们通过 Android Studio / AVD Manager 下载了一个 x86 Oreo 图像,运行 它运行在那台机器(16GB RAM)上非常快速和流畅。

我们没有发现任何问题。加载了一个基本的模板应用程序并将其部署到 Android VM,它 运行 很棒。我觉得一切都很好。对 Ryzen 的支持似乎还不错。我会像他一样购买主板和 Ryzen。

更新 - 2020-03-23

我确实购买了技嘉主板和 Ryzen 5 2600x,我已经 运行使用它超过 6 个月了,运行使用当前版本的 Android Studio(保持更新)在那段时间。 我有 16GB RAM,CPU 可以 运行 Android Studio 和至少两个模拟器 运行 同时使用,完全没有问题。

Ubuntu Linux / Windows 10家庭版双启动

我双启动我的机器 运行ning Ubuntu 和 Win10。我 运行 Ubuntu 90% 的时间是因为 Android Studio 运行 在上面很顺利,但我也启动到 Win10 和 Android Studio 运行那里也很好。 (家庭版工作正常。) 这证实了 AMD 处理器在 运行 与 Android 仿真器中完全正常工作。