gpt4 book ai didi

java - 错误 (23,17) 无法解析 junit :junit: 4. 12 @Android Studio v.2

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

目前正在使用 Android studio v.2.0第一次打开应用程序时。显示错误

(23,17) 无法解析 junit:junit: 4.12

我已经安装了Android Support Repository,支持存储库

图中是我的 Gradle 代码。 Android Studio V.2.0

最佳答案

您应该将此添加到您的 build.gradle 中(因为 junit 是从 Maven 存储库中提取的):

repositories {
maven { url 'http://repo1.maven.org/maven2' }
jcenter { url "http://jcenter.bintray.com/" }
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'

....

}

关于java - 错误 (23,17) 无法解析 junit :junit: 4. 12 @Android Studio v.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36543440/

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