Android Studio: Resolving Duplicate Classes

its because you have added some Library two times in libs folder, this could happen sometimes when you have multiple versions of same library in libs folder. Check it and remove any duplicate jar file.

and second option could be you have also added the dependency in gradle.build and also have jar in libs folder.

So check both places and remove duplicate entries and the clean and build APK again.

Hope it helps

Leave a Comment