android - “All com.android.support libraries must use the exact same version specification”不想离开

标签 android gradle

我今天注意到,我在Gradle中不断收到以下错误:

我不知道是哪个库引起的。香港专业教育学院试图删除他们一个,或更新我怀疑,但没有运气。

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
    exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:recyclerview-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.mcxiaoke.volley:library:1.0.19'
compile 'com.readystatesoftware.sqliteasset:sqliteassethelper:+'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.toptoche.searchablespinner:searchablespinnerlibrary:1.3.1'
compile 'com.googlecode.plist:dd-plist:1.16'
compile 'com.github.siyamed:android-shape-imageview:0.9.+@aar'
compile 'org.jsoup:jsoup:1.8.3'
compile 'com.google.android.gms:play-services-location:11.0.4'

任何帮助,将不胜感激!
谢谢

最佳答案

好的,所以我找到了问题。展示其渲染脚本,如下所示:
https://github.com/Dimezis/BlurView/issues/46

希望这可以帮助其他人!

关于android - “All com.android.support libraries must use the exact same version specification”不想离开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50561189/

相关文章:

android-studio - Android Studio:Gradle Executin失败,并发生dexDebug错误

Android Studio 从存储库导入 aar 文件使依赖项消失

java - ImageView setScaleType 不工作

android - 在 TabNavigator 中使用 stacknavigator

android - 'play'按钮外观

android - 升级到 Gradle 2.6

Android NFC java.io.IOException : Transceive failed

android - 在 Retrofit Interceptor 中访问 sharedPreferences

java - 附近的 Hamcrest 无法使用

android - Gradle Sonar 运行者 : fail build on failed Quality Gate