google-ar / WebARonARCore

An experimental Chromium modification in the form of an app for Android that lets developers build Augmented Reality (AR) experiences using web technologies on top of Google's ARCore.
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
756 stars 115 forks source link

WebARonARCore on Motorola Moto G5S Plus #75

Open treblereel opened 6 years ago

treblereel commented 6 years ago

Moto G5S Plus is now officily supported, but i can't install WebARonARCore (ARcore 1.2.180455114 is installed)

adb install -r WebARonARCore.apk Failed to install WebARonARCore.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Please help

judax commented 6 years ago

As stated in the updated README WebARonARCore currently only supports ARCore Developer Preview 1 and thus, not the same amount of devices as newer versions of ARCore. We are working on a new version that will resolve this and many other issues. Stay tuned and sorry for the inconveniences.

treblereel commented 6 years ago

Good to know, can't wait for release !

anyway, i have removed ARcore 1.2 and installed arcore-preview.apk after, but i am not able to install WebARonARCore with the same result, i think it's because of 32bit android version. So i have to wait for 8.1 update to try it again or for your release.

Thanks a million!