Could not find com.android.tools.build:gradle:3.0.1
  easystem   23 Mei 2018   fix error

add the repository also in the app/build.gradle file:

 classpath 'com.android.tools.build:gradle:3.0.1'
TO

dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}

Tags :

android

Bagikan :