Super awesome
K
karthi72
@karthi72
Posts
-
Problem when create Android project in IntelliJ IDEA -
Problem when create Android project in IntelliJ IDEAcan you post a link of that error as screenshot here.
-
Problem when create Android project in IntelliJ IDEAJust proceed with intellij suggestion to "Add google maven repository" via popup shown at right bottom or add these to your project root build.gradle file.Located at ../project_root/build.gradle.
repositories
{
google()
jcenter()
maven { url "https://jitpack.io" }
}