Replies: 1 comment 4 replies
-
|
You need to make sure you are using an emulator with hardware acceleration turned on and support for OpenGL ES 3.0 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
03/11 19:49:49: Launching 'app' on No Devices.
Install successfully finished in 1 s 641 ms.
$ adb shell am start -n "com.example.googlefilamentandroid/com.example.googlefilamentandroid.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Connected to process 7772 on device 'emulator-5554'.
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
D/NetworkSecurityConfig: No Network Security Config specified, using platform default
D/libEGL: loaded /vendor/lib/egl/libEGL_emulation.so
D/libEGL: loaded /vendor/lib/egl/libGLESv1_CM_emulation.so
D/libEGL: loaded /vendor/lib/egl/libGLESv2_emulation.so
W/filamentandroi: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
E/Filament: Error opening trace file: No such file or directory (2)
I/Filament: FEngine (32 bits) created at 0xbba63030 (threading is enabled)
D/Filament: Using ASurfaceTexture
FEngine resolved backend: OpenGL
D/HostConnection: HostConnection::get() New Host Connection established 0xeb4c21c0, tid 7810
D/HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_2
E/Filament: eglChooseConfig failed with unknown
E/libEGL: validate_display:89 error 3001 (EGL_NOT_INITIALIZED)
A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 7810 (FEngine::loop), pid 7772 (filamentandroid)
Tips EGL problems, friends with relevant experience to help see what is caused by the problem, thank you
Beta Was this translation helpful? Give feedback.
All reactions