当我在android studio上创建新项目时,我收到错误:
这是我点击项目中的show时的代码:
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "org.ashiyane.sepehr"
minSdkVersion 16
targetSdkVersion 23
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:23.3.0'
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:recyclerview-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
}
答案 0 :(得分:0)
只需在build.gradle文件中注释该行..
//testCompile 'junit:junit:4.12'
答案 1 :(得分:0)
检查您的模块依赖项: Android Studio>文件>项目结构>选择您的模块>依赖关系> +>图书馆依赖>检查它是否可用,否则在SDK中更新您的存储库