我已经从互联网上下载了一个Android工作室应用程序,当我打开这个我有像下面的图像错误 我怎么解决这个问题请帮助我
[![apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.lcp.lcptransportation"
minSdkVersion 14
targetSdkVersion 22
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-v4:22.2.1'
compile 'com.google.code.gson:gson:2.2.3'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:cardview-v7:+'
compile files('libs/commons-io-2.4.jar')
}][1]][1]
答案 0 :(得分:0)
这是构建工具的错误听到你设置构建工具22但我认为它没有安装在你的SDK中所以首先进入你的SDK管理器并安装构建工具其他明智的点击链接后出错。 它可能会解决您的问题。