android stdio 编译项目报Error:Failed to find target with hash string 'android-24

时间:2018-12-10 10:45:25   收藏:0   阅读:595

android stdio 编译项目报Error:Failed to find target with hash string ‘android-24

 

 技术分享图片

 

 

 

android {

compileSdkVersion 25

buildToolsVersion "25.0.0"

defaultConfig {

applicationId "com.accessibility"

minSdkVersion 14

targetSdkVersion 25

versionCode 1

versionName "1.0"

}

buildTypes {

release {

minifyEnabled false

proguardFiles getDefaultProguardFile(‘proguard-android.txt‘), ‘proguard-rules.pro‘

}

}

}

 

编译之后一切OK

 

原文:https://www.cnblogs.com/hbb0b0/p/10094712.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!