googlearchive / tango-examples-java

Example projects for Project Tango [deprecated] Java API
https://developers.google.com/ar
503 stars 300 forks source link

Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY] #72

Open canyou2014 opened 8 years ago

canyou2014 commented 8 years ago

In android studio , when I install the apk to my Tango , it goes to "Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]"

wirthual commented 8 years ago

Hi, I had the same issue. It has something to do with this update: https://developers.google.com/tango/service-migration-guide

Have you installed the lastest Update on the device?

Have a look here: http://stackoverflow.com/questions/37143945/install-failed-missing-shared-library-when-migrating-project-tango-to-mira-relea

canyou2014 commented 8 years ago

Thanks for your reply.But when I tried to update tango core, it went to "your device is not compatible with this version"

zsy372901 commented 8 years ago

I meet the same problem :(

zsy372901 commented 8 years ago

@canyou2014 I have deal with the problem. The reason cause the problem is that your tango kernel can not provide the library "com.projecttango.libtango_device2", so you can not install these apk in your tango. ( Open AndroidManifest.xml you can find these code "uses-library android:name="com.projecttango.libtango_device2" android:required="true"")

The approach to fix is that update your tango tablet kernel. Select Settings->Aabout tablet->System update, and update system to the latest version.

If you are in china, please use VPN to connect Google network.

Calence commented 6 years ago

Hi,which devices can this demo run?