Android M预览3模拟器本机浏览器崩溃

ski*_*rix 3 android android-emulator android-webview google-breakpad android-6.0-marshmallow

我创建了一个带有OS(6.0)的Android模拟器,当模拟器启动时,我直接启动"浏览器"应用程序并崩溃.

这是一些日志:

W/System(1617): ClassLoader referenced unknown path: /system/app/webview/lib/arm

E/ActivityThread(1617): Failed to find provider info for com.google.settings

### WebView Version 44.0.2403.119 (code 246011900)
 Fatal signal 6 (SIGABRT), code -6 in tid 1667 (GpuThread)
SELinux: Loaded file_contexts contexts from /file_contexts.
 *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
 Build fingerprint: 'generic/sdk_phone_armv7/generic:6.0/MRA44C/2166767:eng/test-keys'
 Revision: '0'
 ABI: 'arm'
 pid: 1617, tid: 1667, name: GpuThread  >>> com.android.browser <<<
 signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
 Abort message: '[FATAL:gl_surface_android.cc(58)] Check failed: kGLImplementationNone != GetGLImplementation() (0 vs. 0)
Run Code Online (Sandbox Code Playgroud)

有谁知道这件事?

请找到包含完整崩溃日志的tombstone文件: Tombstone01

ski*_*rix 7

通过在创建模拟器时选中"使用GPU主机"解决.