skip to Main Content

Android Studio – How to resolve "Exception: Gradle task assembleDebug failed with exit code 1"?

Flutter Version: 2.6.0-12.0.pre.381 Dart Version: 2.15.0 Gradle version : distributionUrl=https://services.gradle.org/distributions/gradle-6.7-all.zip In pubspec.yaml, I have these packages: environment: sdk: ">=2.12.0 <3.0.0" dependencies: flutter: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons…

VIEW QUESTION

Android Studio – 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 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…

VIEW QUESTION
Back To Top
Search