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

problem with gclient while installing webAR on Arcore #65

Closed sepehrabdous closed 6 years ago

sepehrabdous commented 6 years ago

Hello, I tried installing the webARonArcore but while running the command below: fetch --nohooks android

I face the following error after a while:

image 2

image 3

I would appreciate if you help me with it.

Thanks.

judax commented 6 years ago

I think the problem is that depot_tools are not accessible. You need to add the depot_tools folder to your PATH.

sepehrabdous commented 6 years ago

No actually I tried installing by following the steps exactly as it is said and added the depot tools to the PATH. but after a while of downloading data it showed the error above.

judax commented 6 years ago

I have never seen this issue happening. I would recommend trying to look for an answer at the Chromium Dev Group https://groups.google.com/a/chromium.org/forum/#!forum/chromium-dev

judax commented 6 years ago

I have updated the list of commands. Please, check the change in #70 . I would recommend starting from scratch (sorry, but it is just to be safe). Hopefully this resolves your issue.

judax commented 6 years ago

Closing due to inactivity. If you need to, please feel free to reopen.