Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0...
生活随笔
收集整理的這篇文章主要介紹了
Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0...
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
在項(xiàng)目中加入react-native-camera的時候 出現(xiàn)的錯誤.
解決方案:
修改
implementation project(':react-native-camera')為
implementation (project(':react-native-camera')) {exclude group: "com.android.support"}查看原文
Could not find play-services-basement.aar (com.google.android.gms:play-services-basement:15.0.1).
解決方案:
It was enough for me to move jcenter() below google() within allprojects.repositories in android/build.gradle
查看原文
總結(jié)
以上是生活随笔為你收集整理的Android dependency 'com.android.support:support-v4' has different version for the compile (26.1.0...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 梦到抢厕所什么意思
- 下一篇: 基于Netty的百万级推送服务设计要点