Build/Sync window showed the 'CONFIGURE SUCCESSFUL' and Build Successful. But the android studio still show the error: "Gradle project sync failed. Basic functionality will not work properly"
Using the Proxy Servers: There was an issue with the syncing of the Gradle when Proxy Servers were turned on. Disabling it can help. Cache Memory: Android Studio uses Cache memory for fast and smooth usage of the app. Sometimes the cache gets corrupted due to which Gradle sync fails.
Update at 2019/01/15
Update android studio to 3.3 fix this problem!
I face this too. Not a solve, but you can try.
change gradle version from 3.2.0 to 3.1.4
com.android.tools.build:gradle:3.1.4
change gradle version from 4.6 to 4.4
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
My problem was there was no google() in my repo list under all projects:
allprojects {
repositories {
jcenter()
google()
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With