androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
467 stars 147 forks source link

After I opened this project, android studio reported this error #67

Closed love-bk closed 6 years ago

love-bk commented 6 years ago

Error:Could not resolve all files for configuration ':grpc:protobufToolsLocator_protoc'.

Could not resolve com.google.protobuf:protoc:3.2.0. Required by: project :grpc Could not resolve com.google.protobuf:protoc:3.2.0. Could not get resource 'https://jcenter.bintray.com/com/google/protobuf/protoc/3.2.0/protoc-3.2.0.pom'. Could not GET 'https://jcenter.bintray.com/com/google/protobuf/protoc/3.2.0/protoc-3.2.0.pom'. Received status code 502 from server: Bad Gateway

Fleker commented 6 years ago

It looks like this is a Jcenter issue that they're currently investigating.

love-bk commented 6 years ago

Thank you very much, I have already solved