zip.ZipException: duplicate entry: annotations/Beta.class
问题 I have been struggling for more that a day to fix the duplicate entry given when running my android project. Error: Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'.> java.util.zip.ZipException: duplicate entry: com/google/common/annotations/Beta.class I've tried to exclude various modules as well as enable multiDex, and have hit a wall, please help me solve this problem: part of code: compile(project(path: ':k_endpoint', configuration: 'android-endpoints')) { exclude