google-ar / WebARonTango

A proposal to provide Augmented Reality (AR) capabilities to the web in the form of a prototype on top of WebVR built in Chromium.
Apache License 2.0
388 stars 48 forks source link

Chromium APK broken #15

Closed silviopaganini closed 7 years ago

silviopaganini commented 7 years ago

Hi guys, first off, thanks for making this happen!

I've bought the new Lenovo Phab 2 Pro (Android 6.0.1) and once I install the APK I get this on the console and it never opens

07-24 17:10:45.708 15800-15800/? E/AndroidRuntime: FATAL EXCEPTION: main
                                                   Process: org.chromium.android_webview.shell, PID: 15800
                                                   java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "TangoService_updateTextureExternalOesForBuffer" referenced by "/data/app/org.chromium.android_webview.shell-1/lib/arm/libtango_chromium.so"...
                                                       at java.lang.Runtime.loadLibrary(Runtime.java:372)
                                                       at java.lang.System.loadLibrary(System.java:1076)
                                                       at org.chromium.android_webview.shell.TangoJniNative.initialize(TangoJniNative.java:40)
                                                       at org.chromium.android_webview.shell.AwShellActivity.onCreate(AwShellActivity.java:520)
                                                       at android.app.Activity.performCreate(Activity.java:6285)
                                                       at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)
                                                       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2370)
                                                       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2477)
                                                       at android.app.ActivityThread.access$900(ActivityThread.java:150)
                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1344)
                                                       at android.os.Handler.dispatchMessage(Handler.java:102)
                                                       at android.os.Looper.loop(Looper.java:148)
                                                       at android.app.ActivityThread.main(ActivityThread.java:5418)
                                                       at java.lang.reflect.Method.invoke(Native Method)
                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

any ideas how to go around it?

thanks!