Results 5 comments of Luc

Here are all the lines from the stack trace. ``` A/DEBUG: signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x76158c8ab0 A/DEBUG: x0 0000007742077010 x1 0000000000002c46 x2 0000007601ea482d x3 0000007603dc76d9 A/DEBUG:...

I recreate a small project using the native_activity sample. It crashes in a similar way during ArSession_update. https://github.com/LuLuc/NativeARCore.git

I tested on a Pixel4 and a Pixel3 and on both it crashes at ArSession_update or ArSession_resume (if _activity->vm->DetachCurrentThread() is called before ArSession_resume). I just updated my sample app to...

In the sample ARCore example, the native interface from ARCore is used with from Java with JNI interface which works. Is ARCore meant to be used in a native application?

Hello, I have the same issue from the tag v5.3.1 and v5.4.0 using g++ 13.2.0 on debian. When i build with the parameter -DCMAKE_BUILD_TYPE=Debug it compile but when i build...