模拟器不运行(Emulator not running)

2019-06-17 16:26发布

我的AVD模拟器未运行,我改变了我的Hardisk到其它主机板酷睿i5处理器,3GHz的不重新安装操作系统之后。

操作系统:Ubuntu的10.10

我的模拟器没有运行直通蚀。 当我点击运行方式.. 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

编辑:什么模拟器我创建没有运行。

Answer 1:

当您在ADT和SDK升级到20版它实际上是发生......这与许多人发生但解决的办法是你必须启动“模拟器臂”,而不是“模拟器” ...所以可能是它的工作原理。 ..和更多的细节可以参考http://code.google.com/p/android/issues/detail?id=34233此链接...



Answer 2:

我有同样的问题

编辑您的AVD GUI设置。 硬件部分,选择新建。 点击“属性”下拉列表中选择“GPU仿真”,然后“确定”更改“GPU仿真”到“YES”,在硬件部分的下拉。

保存并再试一次



Answer 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。



Answer 4:

Failed to create Context 0x3005
emulator: Can't start OpenGLES renderer?

通常,当你的模拟器大小超出范围进行比较,以你的操作系统支持GL驱动这种事情发生。

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

希望这将有助于。



Answer 5:

改变你的屏幕的分辨率(增加)。那奏效了,我



Answer 6:

我也被有这个问题。 我的症状:

  1. 我可以启动Android会议
  2. 蚀然后显示上述错误
  3. 我使用Windows Vista,Android SDK中20和Eclipse 4.2.0

实际的问题是相当简单的(注意我确实有GPU模拟器= YES)。 事实证明,Eclipse中无法看到Android的会议!

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

因此,我发现

Android模拟器启动但是Eclipse无法识别

亚行重新启动服务器和鲍勃你叔叔(也。重新启动Eclipse)解决方案在手!

我希望帮助别人。



Answer 7:

你将不得不重新设置所有的环境变量路径值。 如果你使用的安装程序文件来安装SDK,您可能需要因为它具有一定的依赖性与操作系统重新安装。



Answer 8:

如果您使用的是Windows 8 64位英特尔处理器和Nvidia图形卡,你应该安装Windows更新。 具体做法是:对苹果牛nvidia驱动更新和核芯显卡Intel公司的驱动程序更新。



Answer 9:

没有什么可担心的这个错误你是不是根据平台只是要对它进行适当的意志创建AVD您展示一个例子

1 -Android 2.2,
2 -API等级8,3 -sdcard 1024

一定会的工作只是根据它的平台做!



Answer 10:

我有与Windows 8的x64这个问题。 确保ü安装正确的驱动程序为您的显卡。 之后我安装了正确的驱动程序错误就走了。



Answer 11:

我所做的一切,以解决此问题是:

  1. 从AVD管理器中删除设备
  2. 再创建虚拟设备


Answer 12:

试试这个:

  1. 打开AVD管理
  2. 点击JellyBelly AVD
  3. 点击编辑
  4. 在“硬件”更改一些值,并将其保存

尝试启动它,让我们知道如何去



文章来源: Emulator not running