当前位置: 首页 > 面试题库 >

Android模拟器-无法加载驱动程序

燕刚捷
2023-03-14
问题内容

在Ubuntu上运行,出现此错误:

Cannot launch AVD in emulator.
Output:
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  55
  Current serial number in output stream:  54

平台工具是最新的。

模拟器图片的使用https://dl.google.com/android/repository/sys- img/google_apis/x86_64-24_r08.zip,它在Android N上。

更新(2016年12月2日): @Sébastien的解决方案不再起作用,但提供:

Cannot launch AVD in emulator.
Output:
failed to create drawable
getGLES2ExtensionString: Could not create GLES 2.x Pbuffer!
Failed to obtain GLES 2.x extensions string!
Could not initialize emulated framebuffer
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
emulator: WARNING: ./android/metrics/metrics_reporter.cpp:142: Failed to get a writable, unused path for metrics. Tried: /home/me/.android/avd/metrics/metrics.17386.yogibear

如果我禁用基于GPU的渲染并切换到基于软件的GL图形,则会出现以下运行时错误:

Firebase API initialization failure.
               DeadSystemException: The system died; earlier logs will point to the root cause
FATAL EXCEPTION: main
                  Process: com.whatever.mobile, PID: 4501
                  DeadSystemException: The system died; earlier logs will point to the root cause

问题答案:

遇到相同的问题,我的解决方法是设置以下env变量:

导出ANDROID_EMULATOR_USE_SYSTEM_LIBS = 1

就我而言,我将其放在〜/ .bashrc中。发送该命令后,我将照常启动仿真器,即从命令行启动:

$模拟器-avd Nexus_4_API_23

看起来这是在Android错误跟踪器中跟踪到的一个常见的常见问题:https
:
//code.google.com/p/android/issues/detail?
id =197254




 类似资料:
  • 我在Android Studio中更新了Android模拟器。更新后,当我尝试启动AVD时,我总是得到“模拟器进程被杀死”。 我试着从命令行启动它,得到以下错误。 模拟器:Android模拟器30.5.3.0版本(build_id 7196367)(CL:N/A)dyld:未加载库:/system/Library/framework/iousbhost.framework/versions/a/i

  • 嘿,伙计们,还有一个问题,下面是信息

  • 即使驱动程序类名已定义,我也会收到此错误 Java语言lang.IllegalStateException:无法加载驱动程序类:com。mysql。jdbc。组织的驱动程序。springframework。util。明确肯定state(Assert.java:392)~[spring-core-4.2.1.RELEASE.jar:4.2.1.RELEASE]位于org。springframewor

  • 错误[org.jboss.as.controller.management-Operation](ServerService线程池--31)JBAS014613:Operation(“add”)失败-地址:([(“subsystem”=>“Datasources”),(“jdbc-driver”=>“PostgresJdbcDriver”)])-失败描述:“JBAS010441:无法加载驱动程序[

  • 问题内容: 我在春季配置了一个netezza db。我在类路径中添加了依赖的nzjdbc.jar 春季配置: 问题答案: 将放入您的本地Maven存储库 (在该目录执行这个位于 然后像正常依赖项一样使用它: @请参阅安装第三方JAR的指南

  • 我正在尝试将MySQL数据库连接到weblogic,以便我可以在我的项目中使用它,我对此很陌生,无论如何,我已经创建了一个数据源,我选择MySQL作为数据库类型 C:\Oracle\Middleware\wlserver\U 10.3\server\ext\jdbc\mysql 但它不起作用!