gpt4 book ai didi

android - 在根项目上找不到参数的方法 android()

转载 作者:行者123 更新时间:2023-12-03 05:54:26 26 4
gpt4 key购买 nike

我一直在尝试将一个项目导入 Android Studio,这就是我卡住的地方,Stack Overflow 上有一个类似的问题,但遗憾的是它没有为我的特定错误提供解决方案......

这是我的错误日志:

Error:(24, 0) Could not find method android() for arguments [build_*********$_run_closure3@****] on root project 'project_name' of type org.gradle.api.Project.

这是我的文件 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.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}


android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
}
dependencies {
}

如果你能帮助我,谢谢<3

最佳答案

将此从项目中移出 build.gradle文件到模块build.gradle文件(例如,app/build.gradle):

android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
}
dependencies {
}

关于android - 在根项目上找不到参数的方法 android(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45818959/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com