简体   繁体   English

Android Studio模拟器的最低CPU要求

[英]Android Studio emulator minimum CPU requirement

I used to have HP Pro Book 4320s (2010 laptop) and I downloaded Android Studio with no problems. 我曾经有过HP Pro Book 4320s (2010年笔记本电脑),并且下载了Android Studio ,没有任何问题。 However when I tried to run emulator, Android Studio said CPU is too old to support emulator. 但是,当我尝试运行模拟器时, Android Studio表示CPU太旧,无法支持模拟器。 So, what is minimum requirement for emulator? 那么,仿真器的最低要求是什么?
Also if you can't run emulator, would real device be able to run an app regardless CPU or something? 另外,如果您无法运行仿真器,那么实际设备是否可以运行应用程序而无需考虑CPU或其他因素?

In order to run the emulator, you need to have a CPU that supports HAXM, Intel VT-x, or AMD-V for virtualization. 为了运行仿真器,您需要具有一个支持HAXM,Intel VT-x或AMD-V进行虚拟化的CPU。 Processors like i3,i5,i7 and recent AMD processors have that support. i3,i5,i7等处理器和最近的AMD处理器均具有该支持。

Yes, you can run the app on a physical device regardless of the CPU. 是的,您可以在物理设备上运行该应用程序,而不管CPU是什么。

If getting access to a physical device is challenging, then I suggest checking out the Firebase Testlab . 如果要访问物理设备很困难,那么建议您查看Firebase Testlab You can test your app in the cloud and see if it runs, quite cool. 您可以在云中测试您的应用程序,看看它是否运行非常酷。

Please have a look of below content according to android official documentation. 请根据android官方文档查看以下内容。 I hope it will help you 希望对您有帮助

The Android Emulator has additional requirements beyond the basic system requirements for Android Studio: 除了Android Studio的基本系统要求以外,Android模拟器还有其他要求:

SDK Tools 26.1.1 or higher 64-bit processor Windows: CPU with UG (unrestricted guest) support HAXM 6.2.1 or later (HAXM 7.2.0 or later recommended) The use of hardware acceleration has additional requirements on Windows and Linux: SDK Tools 26.1.1或更高版本的64位处理器Windows:具有UG(不受限制的来宾)的CPU支持HAXM 6.2.1或更高版本(建议使用HAXM 7.2.0或更高版本)在Windows和Linux上,硬件加速的使用还有其他要求:

Intel processor on Windows or Linux: Intel processor with support for Intel VT-x, Intel EM64T (Intel 64), and Execute Disable (XD) Bit functionality AMD processor on Linux: AMD processor with support for AMD Virtualization (AMD-V) and Supplemental Streaming SIMD Extensions 3 (SSSE3) AMD processor on Windows: Android Studio 3.2 or higher and Windows 10 April 2018 release or higher for Windows Hypervisor Platform (WHPX) functionality To work with Android 8.1 (API level 27) and higher system images, an attached webcam must have the capability to capture 720p frames. Windows或Linux上的Intel处理器:支持Intel VT-x,Intel EM64T(Intel 64)和执行禁用(XD)位功能的Intel处理器Linux上的AMD处理器:支持AMD虚拟化(AMD-V)和Windows上的补充流SIMD扩展3(SSSE3)AMD处理器:Windows Studio Hypervisor平台(WHPX)功能的Android Studio 3.2或更高版本以及Windows 2018年4月10日或更高版本要与Android 8.1(API级别27)和更高版本的系统映像配合使用,连接的网络摄像头必须具有捕获720p帧的能力。

https://developer.android.com/studio/run/emulator https://developer.android.com/studio/run/emulator

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM