在eclipse启动android,半天也没有打开,后台显示如下信息


Starting emulator for AVD 'android720'

Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: Failed to open the HAX device!
HAX is not working and emulator runs in emulation mode
Failed to allocate memory: 8

emulator: Open HAX device failed
This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more 


原因是内存不够,有些创建模拟器,默认是1024M,启动时机器内存不够分配,把这个值设置小一些就可以启动模拟器了,

如设置为512M大小

启动android模拟器没有反应,Failed to open the HAX device!_第1张图片


更多相关文章

  1. Android 中获取图片占内存的大小
  2. Android清理设备内存具体完整演示样例(一)
  3. Android Studio平板模拟器横屏竖屏调整
  4. android 模拟器对应像素
  5. Android内存分配回收机制
  6. Handler源码详解及导致内存泄漏的分析
  7. android 内存管理 及 程序的设置
  8. Android 内存溢出(Out Of Memory)

随机推荐

  1. android 屏幕分辨率问题
  2. Android(安卓)shap 控件美化
  3. android点击事件,第一次无效,第二次才响应
  4. Android简单登录系统
  5. adb网络调试
  6. Android(安卓)5.0最应该实现的8个期望
  7. 我的Android音乐播放器
  8. android手机QQ界面设计
  9. android的消息处理机制(图+源码分析)——Lo
  10. Google Android操作系统内核编译图文教程