DEV Community

Milan Tejani
Milan Tejani

Posted on

getting build error after updating ads dependencies to latest version

I am getting this build error while I am trying to run my application from the Android studio.

Execution failed for task ':app:checkDebugDuplicateClasses'
> 1 exception was raised by workers:
  java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class com.google.android.gms.internal.measurement.zzbs found in modules jetified-play-services-measurement-18.0.1-runtime.jar (com.google.android.gms:play-services-measurement:18.0.1) and jetified-play-services-measurement-sdk-api-18.0.3-runtime.jar (com.google.android.gms:play-services-measurement-sdk-api:18.0.3)
  Duplicate class com.google.android.gms.internal.measurement.zzl found in modules jetified-play-services-measurement-impl-18.0.1-runtime.jar

Top comments (0)