简体   繁体   English

没有虚拟化技术的Android App开发?

[英]Android App development without Virtualization Technology?

I'm a newbie to Android Application development, just started off by downloading Android Studio along with JDK-7 and also installed Intel x86 Emulator Accelerator(HAXM) through SDK manager.我是 Android 应用程序开发的新手,刚开始下载Android StudioJDK-7,并通过 SDK 管理器安装了 Intel x86 Emulator Accelerator(HAXM)。

在此处输入图片说明

Now when I try to launch Emulator, I get this error:现在,当我尝试启动 Emulator 时,出现此错误:

emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed!

I tried these steps from a similar post , but when I try to run the setup located at: {SDK_FOLDER}\\extras\\intel\\Hardware_Accelerated_Execution_Manager\\intelhaxm.exe I get this exception:我在类似的帖子中尝试了这些步骤,但是当我尝试运行位于以下位置的设置时: {SDK_FOLDER}\\extras\\intel\\Hardware_Accelerated_Execution_Manager\\intelhaxm.exe我得到这个异常:

在此处输入图片说明

and when I checked my processor config, I found that it doesn't support Virtualization technology,当我检查我的处理器配置时,我发现它不支持虚拟化技术,

在此处输入图片说明

Now my question is, is it possible to use a pc without Virtualization technology feature for Android App Development(Including Emulator)?现在我的问题是,是否可以使用没有虚拟化技术功能的 PC 进行 Android 应用程序开发(包括模拟器)?

As the name implies, it is an Emulator Accelerator .顾名思义,它是一个Emulator Accelerator You can still use the Emulator, its just going to be a bit slower running without HAXM .您仍然可以使用模拟器,它只是在没有HAXM情况下运行会慢HAXM

In my experience, it is OK to use the normal emulator for infrequent debugging but it is too slow, even with HAXM, for serious development, which should be carried out on an actual device.以我的经验,使用普通模拟器进行不频繁的调试是可以的,但是对于认真的开发来说,即使使用 HAXM 也太慢了,应该在实际设备上进行。

If you have to use an emulator, I'd go with GenyMotion .如果您必须使用模拟器,我会选择GenyMotion

San', you could try using a super fast and popular emulator known as "GenyMotion". San',您可以尝试使用称为“GenyMotion”的超快速且流行的模拟器。 It is for free :).它是免费的:)。 Also, I ran into the VT error myself before when I first installed Android Studio on my new laptop and I was able to successfully resolve it by configuring my BIOS options a bit.此外,在我第一次在我的新笔记本电脑上安装 Android Studio 之前,我自己遇到了 VT 错误,我能够通过稍微配置我的 BIOS 选项来成功解决它。 It's easy, I can point you to the direction that I took if you want me to.很简单,如果你愿意,我可以为你指出我所走的方向。

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

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