Dereck Bridie

Results 84 comments of Dereck Bridie

This may not be ARCore related; looking at the tombstone-- ``` #00 pc 000000000008246c /apex/com.android.runtime/lib64/bionic/libc.so (abort+160) (BuildId: 5812256023147338b8a9538321d4c456) #01 pc 000000000016bed0 /data/app/com.test.ar.a-_TbEHP0UHv9fIi-HzDa9oA==/lib/arm64/libfilament-jni.so (utils::TPanic::panic(char const*, char const*, int, char const*, ...)+192)...

This is definitely an ARCore bug; could you attach the native stacktrace? It should appear just after the message you posted and starts with: ``` A/DEBUG: backtrace: A/DEBUG: #00 pc...

Not aware of any performance issue with this setup; please let me know if this occurs in `augmented_faces_java` on the latest SDK.

@dulyabaVolpis Please provide a fingerprint so we attempt to repro with the affected device. To obtain one, please use `adb shell getprop ro.build.fingerprint`.

Does this work for you? [Gradle Build fails [Android] 'META-INF/kotlinx-coroutines-core.kotlin_module'](https://stackoverflow.com/questions/50774577/gradle-build-fails-android-meta-inf-kotlinx-coroutines-core-kotlin-module) You'll probably need a [gradle template](https://docs.unity3d.com/Manual/gradle-templates.html) to fix that. I'm seeing that error message in your fourth screenshot.

Just to narrow it down to a device issue -- have you been able to try the HelloAR sample (in Java) or the default AR Foundation sample, or any other...

`EunRotation` describes the orientation of a pose in 3D space. The replacement was done because the heading only makes sense from a topdown view, like a map -- but in...

Hey, `AR_ERROR_GOOGLE_PLAY_SERVICES_LOCATION_LIBRARY_NOT_LINKED` refers to the Google Play Services Location Library not being detected in the target APK/AAB on install. You can verify this by opening the built APK in the...

Hey, We've asked our friends at Unity to help take a look at this as the stack trace isn't very helpful.

This is related to https://github.com/google-ar/arcore-android-sdk/issues/1634 -- a server push was sent out to everybody to fix this problem; let me know if you're still seeing this.