I tried to sync the gradle
and I got this problem. Can anyone help me?
org.gradle.api.resources.ResourceException: Could not get resource \'http
You need to write this in your app gradle file
classpath 'com.android.tools.build:gradle:3.4.1'
allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}
May be it's work
Try this in Build Gradle:
classpath 'com.android.tools.build:gradle:3.0.1'
Open settings -> Build -> Gradle -> Android Studio -> Check (Enable emmbedded maven repository)