知识的价值不在于占有,而在于使用。这篇文章主要讲述android stdio 编译项目报Error:Failed to find target with hash string '
android-24相关的知识,希望能为你提供帮助。
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】
推荐阅读
- 如何理解太极链DAPP
- .net core 2.0 虚拟目录下载 Android Apk 等文件
- 使用appcmd命令创建iis站点及应用程序池
- ES6环境安装详细步骤图解(Windows和Mac)
- 无监督的人工神经网络算法和技术
- 无监督人工神经网络
- ES6版本详细介绍
- Mockito JUnit规则
- 人工神经网络的历史