android {
dataBinding {
enabled true
}
compileSdkVersion 26
buildToolsVersion '26.0.2'
dexOptions {
javaMaxHeapSize "4g"
preDexLibraries = false
}
defaultConfig {
applicationId "com.agentdesks.android.crm"
minSdkVersion 17
targetSdkVersion 26
versionName "3.3.2"
versionCode 145
multiDexEnabled true
}
这是我的build.gradle文件,尽管已经下载了最新版本的sdk-build-tools,但我还是收到此错误错误:(131, 17) 无法解决: com.android.support:appcompat-v7:26.0.2有什么修复建议吗?
发现要使用 26.+,我必须使用 Android Studio 3.0+ 的奥利奥版本。现在,我刚刚将工作室降级回2.3.3,并继续使用25.+支持版本。
谢谢