首先给出我遇到这个问题时找到的解决答案:http://stackoverflow.com/questions/26355645/error-in-launching-avd-with-amd-processor
有时候在Android Studio中启动一个模拟器去运行程序的时候,会出现下面的错误提示:“Intel HAXM is required to run this AVD,VT-x is disabled in BIOS”.下面是解决方式:

  1. 首先在SDK Manager中检查是否安装Download Intel x86 Emulator Accelerator (HAXM installer),如果没有安装,则在SDK Manager中下载安装Download Intel x86 Emulator Accelerator (HAXM installer)。
  2. 到SDK目录下(一般是C:\Users\Administrator\AppData\Local\Android\sdk),在这个目录下沿着 extras > intel > Hardware_Accelerated_Execution_Manager 目录找到intelhaxm-android.exe这个文件安装定并运行。
  3. 在安装的过程中,你可能会遇到这样的错误提示:”Intel virtualization technology (vt,vt-x) is not enabled”,不用担心,这时你只需要进入BIOS界面在“configurations”中找到“Intel Virtualization Technology”将其设置成Enable即可(关于进入BIOS界面的方式不同的电脑大同小异,我的笔记本是联想笔记本,所以我在开机显示联想logo的一瞬间按下F2即进入了BIOS界面)。
  4. 重新启动Android Studio,然后再次启动AVD即可。
    如果成功了,可能要花几分钟的时候去显示虚拟器的窗口。

更多相关文章

  1. Android屏幕禁止休眠的方法
  2. Android缺少awk:安装busybox
  3. Android中获取系统上安装的APP信息
  4. android 界面布局 很好的一篇总结
  5. 【android】Eclipse集成android开发环境(IDE)搭建
  6. 新 Android在一个APP中通过包名或类名启动另一个APP
  7. android内部培训视频_第五节(1)_OA实战之登录界面
  8. 3.1如何编写程序界面&3.2常见控件使用方法
  9. android休眠

随机推荐

  1. Now in Android:02 - 欢迎使用 Android St
  2. android动态加载Jar/dex--原创
  3. Android使用NinePatch图片实现大小可变的
  4. Android动态权限管理:Android Runtime Per
  5. 在Cocos2d-x中处理Android 系统设备的Men
  6. 最具深度及说服力的Android与iOS对比
  7. Android单元测试之Local unit tests(上)
  8. android媒体--stagefright概述【一】
  9. Android 开机logo动画
  10. Visual Studio跨平台开发实战(5) - Xamar