dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-analytics:17.2.2'
}
您好,在出现此错误之前,我只是尝试安装firebase_local_notifications软件包。我将其写入.yaml文件。调试应用程序时,出现Flutter错误-Android依赖项'androidx.core:core'具有不同的编译(1.0.0)和运行时(1.0.1)类路径版本。我通过这样的build.gradle版本摆脱了这个错误 “类路径'com.android.tools.build:gradle:3.3.1'”。
然后,在更改build.gradle版本= >>后出现此错误。在评估项目':flutter_plugin_android_lifecycle'时发生了问题。 >在类型org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler的对象上找不到参数[junit:junit:4.12]的方法testImplementation()。
testImplementation'junit:junit:4.12'
androidTestImplementation'com.android.support.test:跑步者:1.0.2'
androidTestİmplementation'com.android.support.test.espresso:浓缩咖啡核:3.0.2'
我还在此处的实现中更改了字母“ I”,但没有更改。 (我看着Stackoverflow)。
我正在使用Vscode。我该怎么办?我应该怎么办?