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

Lastest APK does not install on Tango Development Kit Tablet #25

Open urish opened 6 years ago

urish commented 6 years ago

README mentions Tango Development Kit Tablet as supported device, but when trying to install on my device I get the following message:

$ adb install -r WebARonTango.apk
WebARonTango.apk: 1 file pushed. 4.1 MB/s (54601239 bytes in 12.594s)
        pkg: /data/local/tmp/WebARonTango.apk
Failure [INSTALL_FAILED_OLDER_SDK]

Logcat reveals that SDK 23 is required:

W/PackageParser(  893): /data/app/vmdl2086968095.tmp (at Binary XML file line #11): Requires newer sdk version #23 (current version is #19)