google-ar / WebARonARCore

An experimental Chromium modification in the form of an app for Android that lets developers build Augmented Reality (AR) experiences using web technologies on top of Google's ARCore.
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
756 stars 115 forks source link

consistent crash on Zenfone AR #72

Open michaelvogt opened 6 years ago

michaelvogt commented 6 years ago

Just installed WebARonARCore on my Zenfone AR to check out some sample code. It crashes before showing any UI.

Looking at the long logcat dump, I guess this is the cause: 05-16 13:00:39.746 18685-18685/? A/DEBUG: Abort message: 'conversions.cc:159 '(jstring)env->CallObjectMethod( in, tango_config_jni.Methods.getString, keyname)' Must be non NULL'

Reinstalled WebARonARCore on my Pixel2, works there so far

Zenfone AR: Android 7.0 with January patch, ARCore 1.2 installed from play Pixel2: Android P, ARCore sideloaded during IO

judax commented 6 years ago

For the Zenfone AR phone why not use the WebARonTango project instead? https://github.com/google-ar/WebARonTango

We are going to soon deprecate these projects for a new rebuilt version that should address ARCore related issues and be up to date to the latest versions of ARCore.