如何解决android studio的编译错误?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何解决android studio的编译错误?相关的知识,希望对你有一定的参考价值。
两行都显示支持库不应使用其他版本25,然后编译sdk版本24 ...
android {编译版本24buildToolsVersion“ 25.0.2”
defaultConfig {
applicationId "waqar.constitutionofindia"
minSdkVersion 14
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
答案
None另一答案
compile 'com.android.support:appcompat-v7:+'
也与其他相似
另一答案
如果一切顺利,则只需像上面提到的那样更改您的编译SDK版本。另一答案
None以上是关于如何解决android studio的编译错误?的主要内容,如果未能解决你的问题,请参考以下文章
错误记录Android Studio 编译报错 ( Cannot use connection to Gradle distribution . as it has been stopped. )(代
错误记录Android Studio 编译报错 ( This Gradle plugin requires a newer IDE able to request IDE model leve )(代
错误记录Android Studio 编译报错 ( This Gradle plugin requires a newer IDE able to request IDE model leve )(代
错误记录Android Studio 创建报错 ( The length of the module location exceeds the limit of 100 characters. )(代
错误记录Android Studio 创建报错 ( The length of the module location exceeds the limit of 100 characters. )(代