GoogleCloudPlatform / android-docs-samples

Apache License 2.0
375 stars 596 forks source link

proto build error #75

Open DavidChen528 opened 5 years ago

DavidChen528 commented 5 years ago

If I implementation 'com.google.cloud:google-cloud-speech:0.56.0-beta',when I run app it failed:“More than one file was found with OS independent path 'META-INF/INDEX.LIST'”,than I add packagingOptions { exclude 'META-INF/INDEX.LIST' } or delete implementation 'com.google.cloud:google-cloud-speech:0.56.0-beta', sync error :“app\build\generated\source\proto\debug\grpc\com\google\logging\v2\LoggingServiceV2Grpc.java.$EST$ (The system can not find the specified file.)”

anybody know how to fix it?

liujingyi1 commented 5 years ago

me too!!