Grover-c13 / PokeGOAPI-Java

Pokemon Go API
GNU General Public License v3.0
1.05k stars 334 forks source link

Duplicate file exception #924

Closed coder04 closed 7 years ago

coder04 commented 7 years ago

Hi whenever i try to run my app i get this error

Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.

com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK AUTHORS File1: C:\Program Files\Android\Android Studio\gradle\m2repository\com\android\tools\external\lombok\lombok-ast\0.2.3\lombok-ast-0.2.3.jar File2: C:\Program Files\Android\Android Studio\gradle\m2repository\com\android\tools\external\lombok\lombok-ast\0.2.3\lombok-ast-0.2.3.jar

AbandonedCart commented 7 years ago

Your app has a duplicate file in APK AUTHORS. There are two copies of lombok-ast-0.2.3.jar in your project. Find out why you have two and remove one.

Closing this, since it's unrelated to the library.