Release build fails
问题 I'm trying to build a signed version (release version) and i got the following error Duplicate zip entry [com/google/protobuf/d$1.class == com/google/protobuf/Any$1.class] I tried to clean,invalidate,and delete gradle files and rebuild it. also updated to the latest version of the gRPC versions and protobuf. Tried this solution too but not working. Here is my build.gradle (app module) file apply plugin: 'com.android.application' apply plugin: 'com.google.protobuf' apply plugin: 'io.fabric'