Could not find com.android.tools.build:gradle:3.0.1

add the repository also in the app/build.gradle file: classpath 'com.android.tools.build:gradle:3.0.1' TOdependencies { classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'} ...

View More
  Dibaca 1015 kali

Android Studio Could not find com.android.tools.lint:lint-gradle:26.1.2

in proj.android-studio/app/build.gradle Fixed after I added google() to repositories repositories {jcenter()google()}   ...

View More
  Dibaca 1701 kali