gpt4 book ai didi

java - 无法在 android studio 1.4 中解析 : Error:(23, 17) junit :junit:4. 12

转载 作者:搜寻专家 更新时间:2023-10-30 19:49:18 25 4
gpt4 key购买 nike

<分区>

我正在使用 Android Studio 1.4,每次创建新项目时都会发生同样的错误

Error:(23, 17)"Failed to resolve: junit:junit:4.12".

我看过之前关于同样问题的帖子
Error:(23, 17) Failed to resolve: junit:junit:4.12

并完成了所有给定的答案,但尽管为缺少存储库添加了 URL('http://repo1.maven.org/maven2' 和'http://jcenter.bintray.com/'),但错误仍然存​​在

这是我最新的build.gradle代码

apply plugin: 'com.android.application'

android {
compileSdkVersion 14
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "com.example.myapplication"
minSdkVersion 14
targetSdkVersion 14
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:22.+'
}

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