我試圖使用一些庫,但我得到以下錯誤。是否有可能重寫庫的依賴關係
All com.google.android.gms libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 8.4.0, 10.2.1. Examples include com.google.android.gms:play-services:8.4.0 and com.google.android.gms:play-services-auth:10.2.1 less... (Ctrl+F1)
我覺得像這樣的東西應該可以工作,但我仍然會得到同樣的錯誤。
compile'com.example.x:library:2.0.0', {
exclude group: 'com.android.support', module: 'support-compat'
}
是否有可能使外部庫使用我的應用程序的依賴項,或者是否有解決方案?
謝謝。
你能在這裏發表您所有的依賴庫? – Raja