博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装emulator
阅读量:5738 次
发布时间:2019-06-18

本文共 1963 字,大约阅读时间需要 6 分钟。

hot3.png

在Android Studio用户界面的Tools菜单中依次选择Android〉AVD Manager。

新建一个虚拟机,然后启动报错,

164147_IhWL_104197.png

Cannot launch AVD in emulator.

Output:

emulator: ERROR: x86_64 emulation currently requires hardware acceleration!

Please ensure Intel HAXM is properly installed and usable.

CPU acceleration status: HAX kernel module is not installed!

日你个x, what the fuck.  

这里也有人遇上了同样的问题: 不过他的容易搞定。

在Android SDK 里下载这个插件、安装即可:

164626_oFyv_104197.png

BaiduShurufa_2014-12-22_13-55-38

可是安装的时候,遇上了新的错误:

BaiduShurufa_2014-12-22_13-54-59

重启,在主板的BIOS里把 VT-x 开启了就行了。 

可是,卧槽,明明已经是开启的啊,这什么情况? 开始怀疑是不是主板太老,,,,,

google了一下, 在stackoverflow 上发现了解决方法:

Just follows these steps:Go to Control Panel → Program and Feature.Click on Turn Window Features on and off. A window opens.Uncheck Hyper-V option and restart your system.Now, you can Start HAXM installation without any error.

好吧, 老衲在安装win10的时候开了Hyper-V, 就是你搞的。 去控制面板里把它卸载了,重启, 发现网卡列表里的虚拟网卡全部没了, O(∩_∩)O哈哈~ 没了就没了,太多看着烦。

继续安装HAXM。

刷刷,完成,启动虚拟机, 在console里看到:

"F:\Program Files\Android\sdk\tools\emulator.exe" -netdelay none -netspeed full -avd Nexus_5_API_23

emulator: device fd:1056

HAXM is not working and emulator runs in emulation mode

emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration.

emulator: AVD      RAM size = 1536 MB

emulator: HAXM max RAM size = 1024 MB

emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode.

emulator: warning: opening audio input failed

creating window 0 0 438 729

emulator: emulator window was out of view and was recentered

eglMakeCurrent failed

卧槽, 你又是咋了,  cmd -> sc query interhaxm 里已经能看到hax is running.....

居然这次是说内存要调整,,,太矫情了罢,

老衲就满足你吧~~~, 编辑 AVD, 把内存设置成768M, 启动, 哇咔咔~~

"F:\Program Files\Android\sdk\tools\emulator.exe" -netdelay none -netspeed full -avd Nexus_5_API_23

emulator: device fd:1040

HAXM is working and emulator runs in fast virt mode

emulator: warning: opening audio input failed

creating window 0 0 438 729

emulator: emulator window was out of view and was recentered

哈O(∩_∩)O哈!

转载于:https://my.oschina.net/mingyuejingque/blog/502861

你可能感兴趣的文章
微软大会Ignite,你准备好了么?
查看>>
读书笔记-高标管事 低调管人
查看>>
Master带给世界的思考:是“失控”还是进化
查看>>
用户和开发者不满苹果iCloud问题多多
查看>>
Windows 8上安装本地回环网卡
查看>>
一位多年老站长告白:如何用老域名让新站快速上首页
查看>>
iOS开发那些事-Passbook详解与开发案例(附视频)
查看>>
attrs.xml中declare-styleable 详解(用于自定义控件的属性)
查看>>
java.lang.UnsatisfiedLinkError:no dll in java.library.path终极解决之道
查看>>
严苛模式(StrictMode)
查看>>
错误“Unexpected namespace prefix "xmlns" found for tag LinearLayout”的解决方法(转)
查看>>
我的工具:文本转音频文件
查看>>
Jenkins(二)
查看>>
【许晓笛】从零开始运行EOS系统
查看>>
阿里云全面支持IPv6!一文揽尽4位大咖精彩演讲
查看>>
【跃迁之路】【460天】程序员高效学习方法论探索系列(实验阶段217-2018.05.11)...
查看>>
C++入门读物推荐
查看>>
TiDB 源码阅读系列文章(七)基于规则的优化
查看>>
面试中会遇到的正则题
查看>>
Spring之旅第八站:Spring MVC Spittr舞台的搭建、基本的控制器、请求的输入、表单验证、测试(重点)...
查看>>