Android 启动模拟器是出现“ Failed to allocate memory: 8”错误,模拟器无法启动,如下:

[2012-11-26 13:40:12 - TestString] ------------------------------
[2012-11-26 13:40:12 - TestString] Android Launch!
[2012-11-26 13:40:12 - TestString] adb is running normally.
[2012-11-26 13:40:12 - TestString] No Launcher activity found!
[2012-11-26 13:40:12 - TestString] The launch will only sync the application package on the device!
[2012-11-26 13:40:12 - TestString] Performing sync
[2012-11-26 13:40:12 - TestString] Automatic Target Mode: launching new emulator with compatible AVD 'test'
[2012-11-26 13:40:12 - TestString] Launching a new emulator with Virtual Device 'test'
[2012-11-26 13:40:16 - Emulator] Failed to create Context 0x3005
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] could not get wglGetExtensionsStringARB
[2012-11-26 13:40:16 - Emulator] Failed to allocate memory: 8
[2012-11-26 13:40:16 - Emulator]
[2012-11-26 13:40:16 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2012-11-26 13:40:16 - Emulator] Please contact the application's support team for more information.

原因:设置了不正确AVD显示屏模式,4.0版默认的模式为WVGA800,改成WXGA720后导致不支持。 解决办法:编辑这个AVD,将Skin -> Build in的参数改回默认参数。

解决Android 启动模拟器是出现“Failed to allocate memory: 8”错误提示相关推荐

  1. 解决android启动白屏问题

    第一步:在Sytle中自定义AppTheme <style name="AppTheme.Launcher"><item name="android:w ...

  2. 解决android studio模拟器不显示应用问题

    **解决android studio模拟器不显示应用问题** 在使用android studio模拟开发效果的过程中,有的同学可能会遇到模拟器运行了,但是App应用没有运行起来:或者有的同学在模拟AP ...

  3. failed to allocate memory 8 解决

    有个项目要在android平板上运行,整个模拟器吧,老是起不来,failed to allocate memory 8,擦,然后就搜索网上资料,都不行,其实很接近了, 修改模拟器配置文件:C:\Doc ...

  4. 解决Failed to allocate memory: 8

    昨天换了x64的Win7,发现在Eclipse上启动模拟器的时候存在问题,当设置的模拟器分辨率大于400×800的时候会出现 Failed to allocate memory: 8 This app ...

  5. 【kafka】Failed to allocate.memory within the configed max blocking time

    1.场景1 1.1 概述 一个flink任务报错 如下 Failed to allocate.memory within the configed max blocking time kafka在规定 ...

  6. 【Kafka】Failed to send data to Kafka: Failed to allocate memory within the configured max blocking

    1.美图 2.背景 报错 java.lang.Exception: Failed to send data to Kafka: Failed to allocate memory within the ...

  7. Android Studio学习笔记(3)--------解决Android Studio模拟器VT-x is disabled的问题

    解决VT-x is disabled的问题 Android studio启动模拟器时出现"Intel HAXM is required to run this AVD,VT-x is dis ...

  8. 【android】解决android SDK 模拟器 运行缓慢

    一,原因分析        由于大量程序安装在内存里,导致模拟器运行缓慢. 二,解决方案         方案一:          1,卸载掉不用的程序(按照手机中的卸载方法)         方案 ...

  9. Android之java.lang.OutOfMemoryError: Failed to allocate a ** byte allocation with **free bytes and 2M

    1 问题 glide加载图片出现oom java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte allocation with 2 ...

最新文章

  1. Java项目:在线旅游系统(java+jsp+SSM+Spring+mysql+maven)
  2. 最新消息!阿里四舍五入无限期延迟复工,字节跳动、腾讯......等企业也再次延迟!...
  3. 怎么样才算是精通 Python?
  4. ContestHunter暑假欢乐赛 SRM 08
  5. linux中shell如何输出换行符
  6. python判断字符大小写转换_Python 字符串大小写转换的简单实例
  7. 精读《手写 SQL 编译器 - 回溯》
  8. Spring获取JavaBean的xml形式和注解形式
  9. 卡尔曼滤波、扩展卡尔曼滤波、无迹卡尔曼滤波以及粒子滤波原理
  10. 阿里达摩院发布2019十大科技趋势!AI专用芯片将挑战GPU的绝对统治地位
  11. 升级到IE11,IE11调试F12 空白没法调试
  12. 5G NR PUSCH non-codebook SRS/DMRS
  13. 熊迈摄像头SDK二次开发:登录、截屏、录像等功能
  14. VScode markdown自动生成目录
  15. python爬取笔趣阁
  16. DB2快速入门—DB2 11的安装与使用
  17. [MYSQL]完犊子了,索引不生效了
  18. 第一章 管理与管理学 第一节 管理活动
  19. 批量修改图片尺寸的方法
  20. 师傅带徒弟学HTML+CSS-关东升-专题视频课程

热门文章

  1. Linux先发送条件变量,浅谈Linux条件变量的使用
  2. php foreach面试题,PHP引用理解之神奇的foreach面试题
  3. java web博客系统_JavaWeb之博客系统(五)
  4. (6)nginx:rewrite
  5. oracle having用法
  6. chrome不认documentElement.scrollTop
  7. Struts 2基础入门
  8. vba 修改access表的链接地址_神奇的VBA编程:禁止修改Excel工作表名称
  9. 基础练习 数列特征 c语言
  10. 《剑指offer》字符流中第一个不重复的字符