ARCore-Location icon indicating copy to clipboard operation
ARCore-Location copied to clipboard

Example app crashes "version_check not found or not implemented."

Open mattiabaldinger opened this issue 4 years ago • 0 comments

updated to the newest version 1.2 ...

implementation "com.google.ar.sceneform:core:1.7.0"
implementation "com.google.ar.sceneform.ux:sceneform-ux:1.7.0"
implementation "com.android.support:appcompat-v7:28.0.0"
implementation "com.android.support:design:28.0.0"
implementation 'com.github.appoly:ARCore-Location:1.2'

Changed some code to the application running because some methods have been removed. After that, it crashes in the emulator. is that a problem with the emulator?

uk.co.appoly.sceneform_example E/NativeLibraryLoader: version_check not found or not implemented.

mattiabaldinger avatar Nov 15 '19 17:11 mattiabaldinger