【发布时间】:2022-11-14 21:04:17
【问题描述】:
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.google.gms:google-services:4.3.14'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
【问题讨论】:
-
您可以尝试使用 --info 或 --debug 选项运行 gradle 以获得更多日志输出吗? ...或运行 --scan 以获得完整的见解。
标签: android-studio