skip to Main Content

Android Studio – Encountering 'Gradle Duplicate class found' error after adding dependency

I'm looking to implement in-app updates and am following the guidance provided by Google https://developer.android.com/guide/playcore/in-app-updates/kotlin-java#kts As such i'm trying to add the following dependencies implementation("com.google.android.play:app-update:2.0.0") implementation("com.google.android.play:app-update-ktx:2.0.0") However when trying to build the project I am confronted with a Duplicate class…

VIEW QUESTION

Android Studio – I am having issue building my first flutter app with android studio getting few errors can someone help me?

Building with sound null safety FAILURE: Build failed with an exception. Where: Build file 'C:WordpressAppmain_filessourcewordpress_appandroidappbuild.gradle' line: 24 What went wrong: A problem occurred evaluating project ':app'. Plugin with id 'com.android.application' not found. Try: Run with --stacktrace option to get the…

VIEW QUESTION

Android Studio – image_picker_android:debugUnitTestRuntimeClasspath

What went wrong: Execution failed for task ':app:lintVitalRelease'. Could not resolve all artifacts for configuration ':image_picker_android:debugUnitTestRuntimeClasspath'. Failed to transform bcprov-jdk15on-1.68.jar (org.bouncycastle:bcprov-jdk15on:1.68) to match attributes {artifactType=processed-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Execution failed for JetifyTransform: /Users/thor/.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk15on/1.68/46a080368d38b428d237a59458f9bc915222894d/bcprov-jdk15on-1.68.jar. > Failed to transform '/Users/thor/.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk15on/1.68/46a080368d38b428d237a59458f9bc915222894d/bcprov-jdk15on-1.68.jar'…

VIEW QUESTION
Back To Top
Search