Open canyou2014 opened 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
Thanks for your reply.But when I tried to update tango core, it went to "your device is not compatible with this version"
I meet the same problem :(
@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.
Hi,which devices can this demo run?
In android studio , when I install the apk to my Tango , it goes to "Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]"