27

从命令行运行它会导致分段错误:

$ emulator -avd nexus_s
Segmentation fault (core dumped)

但是,按如下方式直接运行 emulator-arm 可以正常工作。

$ emulator-arm -avd nexus_s

我怀疑它正在尝试运行 mips 或 x86 版本的模拟器。有没有办法配置模拟器启动哪个可执行文件?

这一切都是在更新到 android sdk 17 之后开始的。

添加 -verbose 标志会给出以下输出(我认为不会添加任何信息):

$ emulator -verbose -avd nexus_s
emulator: found SDK root at /opt/sdk
emulator: Android virtual device file at: /home/grebulon/.android/avd/nexus_s.ini
emulator: virtual device content at /home/grebulon/.android/avd/nexus_s.avd
emulator: virtual device config file: /home/grebulon/.android/avd/nexus_s.avd/config.ini
emulator: using core hw config path: /home/grebulon/.android/avd/nexus_s.avd/hardware-qemu.ini
emulator: Found AVD target API level: 17
emulator: 'magic' skin format detected: 480x800
emulator: autoconfig: -skin 480x800
emulator: autoconfig: -skindir (null)
emulator: keyset loaded from: /home/grebulon/.android/default.keyset
emulator: found magic skin width=480 height=800 bpp=16

emulator: autoconfig: -kernel /opt/sdk/system-images/android-17/armeabi-v7a//kernel-qemu
emulator: autoconfig: -ramdisk /opt/sdk/add-ons/addon-google_apis-google-17/images/armeabi-v7a//ramdisk.img
emulator: Using initial system image: /opt/sdk/add-ons/addon-google_apis-google-17/images/armeabi-v7a//system.img
emulator: autoconfig: -data /home/grebulon/.android/avd/nexus_s.avd/userdata-qemu.img
emulator: autoconfig: -initdata /home/grebulon/.android/avd/nexus_s.avd/userdata.img
emulator: autoconfig: -cache /home/grebulon/.android/avd/nexus_s.avd/cache.img
emulator: Physical RAM size: 343MB

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

emulator: nand_add_dev: userdata,size=0xd100000,file=/home/grebulon/.android/avd/nexus_s.avd/userdata-qemu.img
emulator: rounding devsize up to a full eraseunit, now d116000

emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '32m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '240'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '1'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'none'
emulator: nand_add_dev: cache,size=0x4200000,file=/home/grebulon/.android/avd/nexus_s.avd/cache.img
emulator: Initializing hardware OpenGLES emulation support
Segmentation fault (core dumped)
4

8 回答 8

23

在遵循 CommonsWare 的提示后,我终于找到了解决方案。重命名 libOpenglRender.so 使问题消失。

mv tools/lib/libOpenglRender.so tools/lib/libOpenglRender.so.xxx
于 2012-12-29T14:17:06.560 回答
4

在我的 Ubuntu 12.04 系统上,我通过确保未在 AVD 配置中打开“使用主机 GPU”来解决此问题。

于 2013-11-11T12:37:52.393 回答
3

粘贴到 ~/.android/avd/.avd/config.ini

hw.gpu.mode = swiftshader_indirect

在我的情况下,我以这种方式解决了它。

于 2020-07-15T09:54:56.027 回答
1

我在 Ubuntu 20.04 上遇到了同样的问题。重命名 libOpenglRender.so 对我有用,但模拟器需要很长时间才能初始化。此外,我不得不重新安装 Ubuntu(出于不同的原因),然后emulator: ERROR: Could not load OpenGLES emulation library在打开模拟器时开始出现错误。

在搜索了有关这些问题的更多信息后,我发现问题出在视频驱动程序上。我使用的是 Nouveau,在更改为 Nvidia 驱动程序后,我不再需要重新命名 libOpenglRender.so,现在模拟器初始化非常快,没有显示任何错误消息。

这是解决问题的驱动程序: 在此处输入图像描述

于 2021-03-13T12:53:25.363 回答
0

我在 Debian Wheezy 上遇到了同样的问题。grebulon 的答案对我来说有点用,但是模拟器太慢了,所以我开始用正确的方式(tm)修复它。

在这种情况下Segmentation fault,可能表明 OpenGL 存在问题。 (注意最后一行日志是“emulator: Initializing hardware OpenGLES emulation support”)

就我而言,通过搜索“GL”/var/log/Xorg.0.log显示了一些 NVidia GLX 驱动程序(来自进入数字天堂的旧显卡)。鉴于我有 AMD Radeon,我卸载了每个包含“nvidia”的软件包(列表:)apt-get search nvidia | grep ^i并安装:

# apt-get install libgl1-fglrx-glx

重新启动模拟器后抱怨缺少libOpenglRender.soand libGL.so,我这样解决:

# echo "/opt/adt/sdk/tools/lib" > /etc/ld.so.conf.d/android_stuff.conf
# ldconfig
# cd /opt/adt/sdk/tools/lib
# ln -s /usr/lib/x86_64-linux-gnu/libGL.so.1 libGL.so

请注意,我的情况可能是独一无二的(当我从 NVidia 转到 AMD 时问题就开始了),但问题的根源可能是相似的(OpenGL)。我希望它可以帮助某人。

更新:仍然不起作用,看起来我的驱动程序不支持 OpenGL 中的 16 位颜色......将进一步调查。

于 2014-01-17T20:28:47.760 回答
0

如果您在这里没有找到答案,您应该订阅:

  1. 问题 34233:模拟器启动在升级到 r20 后产生分段错误
  2. 问题 55325:模拟器因段错误而崩溃
  3. 问题 20952:模拟器启动时出现段错误(与音频无关)

在那里,您将收到有关此问题的更新并找到一些解决方法(例如重命名 lib*.* 文件)。

于 2014-01-29T17:12:10.350 回答
0

通过 android studio 擦除数据和冷启动设备在 ubuntu 16.04 中解决了这个问题

于 2019-01-16T08:51:56.720 回答
-1

键入命令

$模拟器臂@nexus_s

希望这可以帮助 :-)

于 2013-11-16T19:27:55.280 回答