Error:Failed to find target with hash string 'android-24' in: E:\android-sdk-windows
<a href="install.android.platform">Install missing platform(s) and sync project</a>
apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "22.0.0"
defaultConfig {
applicationId "www.jike.com.myapplication"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.+'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha4'
testCompile 'junit:junit:4.12'
}
因为它是自学,所以没有人可以咨询。 在stackoverflow中,我发现了类似的问题,但我不太了解。
我是新手不懂,希望各位朋友详细解释,非常感谢。
我的英文不好,上面的文字是用软件翻译的,这个词不够准确,请原谅我。
我希望得到帮助。再次感谢。