Ошибка: (15, 0) Не удалось найти метод android () для аргументов [build_41ptob9czd5ucux9ngzednsn4 $ _run_closure1 @ 100eeb5] в корневом проекте «ud839_Miwok-Starter-code».Открыть файл
Я также пытался перестроить Gradle с подключением к Интернету,
ниже мой код build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
android {
buildToolsVersion "28.0.3"
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}