gpt4 book ai didi

android - 找不到参数的方法 testImplementation() [junit :junit:4. 12]

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:21:09 27 4
gpt4 key购买 nike

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha06'
implementation 'android.arch.navigation:navigation-ui:1.0.0-alpha06'
implementation 'android.arch.navigation:navigation-fragment-ktx:1.0.0-alpha06'
implementation 'android.arch.navigation:navigation-ui-ktx:1.0.0-alpha06'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
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'
}

这是我的 build.gradle 文件,我尝试了很多方法但我无法解决这个问题,当我启动 Android Studio 并且 gradle 开始构建项目时 Android Studio 抛出这个错误我该如何解决?(我是 Android 新手)

org.gradle.api.internal.artifacts 类型的对象上找不到参数 [junit:junit:4.12] 的方法 testImplementation()。 dsl.dependencies.DefaultDependencyHandler.

最佳答案

这是 Google 的错。您需要使用您所在国家/地区的字母。所以请使用“İ”而不是“I”。

testİmplementation  'junit:junit:4.12'
androidTestİmplementation 'androidx.test:runner:1.1.1'
androidTestİmplementation 'androidx.test.espresso:espresso-core:3.1.1'

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

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