簡體   English   中英

如何找出哪個庫包含哪個支持庫版本

[英]How to find out which library includes which support library version

我收到以下警告:

All com.android.support libraries must use the exact same version specification...

我知道這是什么意思,但是現在我仍然停留在如何輕松找出哪個依賴項確實包含沖突版本的問題上。 我想從他們排除支持庫,如下所示:

compile ('...')  {
    exclude group: 'android.support'
}

但是, 如何確定負責的依存關系?

您可以使用以下命令查看完整的gradle依賴關系樹-

gradle app:dependencies

參考

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM