skip to Main Content

Android Studio – Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'

This Is the error that it shows after compiling my app imported : **Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download…

VIEW QUESTION

Android Studio – Enabling R8 in android kotlin app cause Library class android.content.res.XmlResourceParser implements program class org.xmlpull.v1.XmlPullParser

I enabled R8 plugging for obfuscation I got an exception when I am trying to generate the signed apk "Library class android.content.res.XmlResourceParser implements program class org.xmlpull.v1.XmlPullParser" I have added below proGuard rule to the proguard-rules.pro file -dontwarn org.xmlpull.v1.** -dontnote org.xmlpull.v1.**…

VIEW QUESTION

I have encountered these errors in android studio?

I've recently started working with android studio and encountered these errors: Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-6.7.1-bin.zip' Missing essential plugin: org.jetbrains.android I have tried different things to resolve these errors, like reinstalling Android studio from scratch. Any way to…

VIEW QUESTION
Back To Top
Search