I tried to sync the gradle and I got this problem. Can anyone help me?
gradle
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