【发布时间】:2018-05-04 21:29:51
【问题描述】:
我的依赖
dependencies {
compile 'me.dm7.barcodescanner:zxing:1.9'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
compile 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
}
在编译找到的版本27.1.1,26.1.0 时,我在appcompat 行出现错误,示例包括..vectordrawable 27.1.1 nd supportdesign 26.1.0
我的目标 SDK 是 26。
我尝试将版本切换到 27,但我的 SDK 目标是 26,我收到错误消息。
【问题讨论】:
-
解决这个问题好运吗?
标签: android android-studio android-gradle-plugin build.gradle