-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.UnsatisfiedLinkError: No implementation found for int com.google.atap.tango.TangoJNINative.Initialize #12
Comments
I just meet the same situation. |
I am having same error in Google Pixel Here is full error log I/TangoClientLibLoader: Pure Java path, not loading libtango_client_api.so at all.
|
Have you installed arcore.apk? |
Installing arcore_preview.apk should fix this problem. You could find it in the "Prepare Your Device" section: https://developers.google.com/ar/develop/java/getting-started |
You need to install ARCore Service by arcore-preview.apk |
I'm pretty new to development using The directions don't indicate you need to connect your phone until the step after the |
@MarkBennett thank you for the feedback. We will look into updating our devsite to be more clear in this regard. |
Closing this issue as the original problem has been addressed. |
Thanks @nathanmartz! |
When I use the Pixel runtime,The log shows java.lang.UnsatisfiedLinkError: No implementation found for int com.google.atap.tango.TangoJNINative.Initialize
The text was updated successfully, but these errors were encountered: