无法解决:

时间:2017-10-13 07:29:31

标签: build-tools

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 有任何修复建议吗?

1 个答案:

答案 0 :(得分:0)

想出使用26. +我必须使用Android Studio 3.0+ for Oreo版本。目前我刚刚将工作室的评级降级到2.3.3并继续使用25. +支持版本。

由于