码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2018-12-10 11:49:53      阅读:1032      评论:0      收藏:0      [点我收藏+]

标签:efault   gets   rdf   with   type   false   技术   enable   http   

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

 

  • 查看已有的SDK

 技术分享图片

 

 

  • 设置项目的sdk为 25

 

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

 

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

标签:efault   gets   rdf   with   type   false   技术   enable   http   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!