gpt4 book ai didi

android - 找不到参数的方法 android()

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

我使用 android studio 2.3.2,这是我的 gradle 文件

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.google.gms:google-services:2.1.0'
}
}
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
}
dependencies {
}

我也更新了 gradle,但是运行项目还是有问题!

最佳答案

消除:

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

那些属于模块级 build.gradle文件(例如 app/build.gradle ),不在顶层 build.gradle文件。

您可能想在 Android Studio 中创建一个新的空项目并查看它放入 build.gradle 中的内容和 app/build.gradle在继续之前。

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

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