Answers for "Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync"

1

Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync

REMOVE JCENTER()

repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
    }
Posted by: Guest on November-10-2021
1

Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync.

jCenter()  remove it..
Posted by: Guest on July-25-2021

Code answers related to "Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync"

Browse Popular Code Answers by Language