22

在我将硬盘更改为其他主板 i5 3GHz 处理器且未重新安装操作系统后,我的 AVD 仿真器没有运行。

操作系统:Ubuntu 10.10

我的模拟器没有通过 Eclipse 运行。当我单击 Run As.. Android 应用程序时。

然后我尝试通过命令提示符运行,然后显示如下错误。

padmakumar@padmakumar-desktop:~$ emulator -avd JellyBelly
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
Segmentation fault

如何解决此错误以运行模拟器?

编辑:使用模拟器 -avd JellyBelly -verbose

padmakumar@padmakumar-desktop:~$ emulator -avd JellyBelly -verbose
emulator: found SDK root at /home/padmakumar/android-sdk
emulator: Android virtual device file at: /home/padmakumar/.android/avd/JellyBelly.ini
emulator: virtual device content at /home/padmakumar/.android/avd/JellyBelly.avd
emulator: virtual device config file: /home/padmakumar/.android/avd/JellyBelly.avd/config.ini
emulator: using core hw config path: /home/padmakumar/.android/avd/JellyBelly.avd/hardware-qemu.ini
emulator: Found AVD target API level: 16
emulator: found skin 'WXGA800-7in' in directory: /home/padmakumar/android-sdk/platforms/android-16/skins
emulator: autoconfig: -skin WXGA800-7in
emulator: autoconfig: -skindir /home/padmakumar/android-sdk/platforms/android-16/skins
emulator: found skin-specific hardware.ini: /home/padmakumar/android-sdk/platforms/android-16/skins/WXGA800-7in/hardware.ini
emulator: keyset loaded from: /home/padmakumar/.android/default.keyset
emulator: trying to load skin file '/home/padmakumar/android-sdk/platforms/android-16/skins/WXGA800-7in/layout'
emulator: skin network speed: 'full'
emulator: skin network delay: 'none'
emulator: autoconfig: -kernel /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//kernel-qemu
emulator: autoconfig: -ramdisk /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//ramdisk.img
emulator: Using initial system image: /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//system.img
emulator: autoconfig: -data /home/padmakumar/.android/avd/JellyBelly.avd/userdata-qemu.img
emulator: autoconfig: -initdata /home/padmakumar/.android/avd/JellyBelly.avd/userdata.img
emulator: autoconfig: -cache /home/padmakumar/.android/avd/JellyBelly.avd/cache.img
emulator: autoconfig: -sdcard /home/padmakumar/.android/avd/JellyBelly.avd/sdcard.img
emulator: Physical RAM size: 1024MB

Content of hardware configuration file:
  hw.cpu.arch = arm
  hw.cpu.model = cortex-a8
  hw.ramSize = 1024
  hw.screen = touch
  hw.mainKeys = no
  hw.trackBall = yes
  hw.keyboard = no
  hw.keyboard.lid = no
  hw.keyboard.charmap = qwerty2
  hw.dPad = yes
  hw.gsmModem = yes
  hw.gps = yes
  hw.battery = yes
  hw.accelerometer = yes
  hw.audioInput = yes
  hw.audioOutput = yes
  hw.sdCard = yes
  hw.sdCard.path = /home/padmakumar/.android/avd/JellyBelly.avd/sdcard.img
  disk.cachePartition = yes
  disk.cachePartition.path = /home/padmakumar/.android/avd/JellyBelly.avd/cache.img
  disk.cachePartition.size = 66m
  hw.lcd.width = 800
  hw.lcd.height = 1280
  hw.lcd.depth = 16
  hw.lcd.density = 213
  hw.lcd.backlight = yes
  hw.gpu.enabled = no
  hw.camera.back = emulated
  hw.camera.front = none
  vm.heapSize = 48
  hw.sensors.proximity = yes
  hw.sensors.magnetic_field = yes
  hw.sensors.orientation = yes
  hw.sensors.temperature = yes
  kernel.path = /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//kernel-qemu
  kernel.parameters =  android.checkjni=1
  disk.ramdisk.path = /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//ramdisk.img
  disk.systemPartition.initPath = /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//system.img
  disk.systemPartition.size = 200m
  disk.dataPartition.path = /home/padmakumar/.android/avd/JellyBelly.avd/userdata-qemu.img
  disk.dataPartition.size = 201m
  avd.name = JellyBelly
.
QEMU options list:
emulator: argv[00] = "/home/padmakumar/android-sdk/tools/emulator-arm"
emulator: argv[01] = "-android-hw"
emulator: argv[02] = "/home/padmakumar/.android/avd/JellyBelly.avd/hardware-qemu.ini"
Concatenated QEMU options:
 /home/padmakumar/android-sdk/tools/emulator-arm -android-hw /home/padmakumar/.android/avd/JellyBelly.avd/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: nand_add_dev: system,size=0xc800000,initfile=/home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//system.img
emulator: mapping 'system' NAND image to /tmp/android-padmakumar/emulator-IM8Usk
emulator: rounding devsize up to a full eraseunit, now c810000

emulator: nand_add_dev: userdata,size=0xc900000,file=/home/padmakumar/.android/avd/JellyBelly.avd/userdata-qemu.img
emulator: rounding devsize up to a full eraseunit, now c918000

emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '213'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back'
emulator: nand_add_dev: cache,size=0x4200000,file=/home/padmakumar/.android/avd/JellyBelly.avd/cache.img
emulator: Initializing hardware OpenGLES emulation support
Failed to create Context 0x3005
emulator: Can't start OpenGLES renderer?
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
emulator: Kernel parameters: qemu.gles=0 qemu=1 console=ttyS0 android.qemud=ttyS1 android.checkjni=1 ndns=2
Segmentation fault

编辑:我创建的任何模拟器都没有运行。

4

12 回答 12

8

当您将 ADT 和 SDK 升级到第 20 版时,实际上会发生这种情况......很多人都会发生这种情况,但解决方案是您必须启动“emulator-arm”而不是“emulator”......所以它可能有效。 ..有关更多详细信息,您可以参考http://code.google.com/p/android/issues/detail?id=34233此链接...

于 2012-08-20T05:45:24.640 回答
7

我有同样的问题

编辑您的 AVD GUI 设置。硬件部分,选择新建。点击“属性”下拉菜单选择“GPU Emulation”然后“OK”使用硬件部分的下拉菜单将“Gpu Emulation”更改为“YES”。

保存并重试

于 2012-09-17T14:00:10.043 回答
3

您可能缺少与模拟器的 GLES 库的链接,请确保在

<Android SDK root>/tools/lib

你有这个 .so 文件

libEGL_translator.so    
libGLES_CM_translator.so    
libGLES_V2_translator.so    
libOpenglRender.so

您必须将此文件添加到操作系统的全局库集中,您可以从特定路径添加库,只需执行以下操作:

  • sudo gedit /etc/ld.so.conf.d/androidGL.conf
  • 只写这个文件中库的路径,在你的情况下<Android SDK root>/tools/lib,只是一个路径,不要指定任何库,该路径中的所有库将被自动收集
  • 保存并关闭 gedit
  • 更新全局库集以添加新路径sudo ldconfig

现在重新尝试运行您的 avd。

于 2012-08-10T14:20:28.387 回答
3
Failed to create Context 0x3005
emulator: Can't start OpenGLES renderer?

通常,当您的模拟器大小超出您的操作系统支持 GL 驱动器的范围时,就会发生这种情况。

尝试根据您的屏幕尺寸和显示器 dpi 缩放您的模拟器。

希望它会有所帮助。

于 2012-08-20T06:03:10.850 回答
3

更改屏幕的分辨率(增加)。这对我有用

于 2012-12-11T10:32:30.970 回答
2

我也遇到了这个问题。我的症状:

  1. 我可以开始 Android 会话
  2. Eclipse然后显示上述错误
  3. 我使用 Windows Vista、Android SDK 20 和 Eclipse 4.2.0

实际问题非常简单(注意我确实有 GPU 模拟器 = 是的)。原来 Eclipse 看不到 Android 会话!

http://www.linkedin.com/groups/Problem-in-executing-code-on-86481.S.138513463

因此我发现

Android Emulator 启动但 Eclipse 无法识别

重新启动 ADB 服务器,并为您的叔叔(同时重新启动 Eclipse)解决方案!

我希望这对其他人有所帮助。

于 2012-10-13T19:41:05.650 回答
0

如果您使用带有英特尔处理器和 NVidia 显卡的 Windows 8 64 位,您应该安装 Windows 更新。具体来说:GForce 的 NViDIA 驱动程序更新,以及高清显卡的英特尔公司驱动程序更新。

于 2012-10-28T08:42:09.470 回答
0

无需担心此错误,您没有根据平台创建 Avd Just Make it Proper 将向您展示一个示例

1 -Android 2.2 ,
2 -Api Level 8 , 3 -SDCard 1024

一定会根据平台制作的!

于 2012-11-30T13:47:16.403 回答
0

您将不得不再次设置所有环境变量路径值。如果您使用安装程序文件安装 sdk,您可能需要再次安装它,因为它与操作系统有一些依赖关系。

于 2012-08-15T05:38:21.503 回答
0

我在使用 Windows 8 x64 时遇到了这个问题。确保为您的显卡安装正确的驱动程序。安装正确的驱动程序后,错误消失了。

于 2013-05-30T03:28:10.263 回答
0

我所做的只是解决这个问题:

  1. 从 AVD 管理器中删除了设备
  2. 再次创建虚拟设备
于 2015-05-27T23:25:46.610 回答
-1

尝试这个:

  1. 打开 AVD 管理器
  2. 点击 JellyBelly AVD
  3. 单击编辑
  4. 更改“硬件”中的一些值并保存

尝试启动它,让我们知道它是如何进行的

于 2012-08-14T07:57:06.270 回答