android-docs-samples
android-docs-samples copied to clipboard
proto build error
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?
me too!!