Guava library duplicate entry error
问题 I am trying to use guava library in my application. But I am also using chromium_webview project from github. This webview project contains guava library. And I get the following error: Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'. java.util.zip.ZipException: duplicate entry: com/google/common/annotations/GwtIncompatible.class I've looked at this and this answers already and nothing seems to work. Here's my module's build.gradle : apply plugin: 'com.android