相信很多開發者一定會發現gradle dependencies裡通常第一行support-v7 出現紅色底線
找了很多資料大概的意思是專案的(通常是新版本),有舊版本的support庫.發生衝突,阿咧.
這種情況,很嚴重?,又好像很不嚴重-編譯跑起來又正常啊. 但是有紅色底線就是不爽.以下為我的Support-v7的狀況
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, 27.1.1. Examples include com.android.support:animated-vector-drawable:28.0.0 and com.android.support:support-media-compat:27.1.1 less... (⌘F1)
Inspection info:There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion).
增加了support-media-compat:27.1.1 好了嗎? 並沒有. 又跳出下面
All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0, 27.1.1. Examples include com.android.support:animated-vector-drawable:28.0.0 and com.android.support:support-v13:27.1.1 less... (⌘F1)
Inspection info:There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion).
再加.
implementation 'com.android.support:support-v13:28.0.0'
疑,好了. 再把media-compat:27.1.1移除. 也沒紅底線了.
為了釐清是不是build有暫存Build-Clean Project ,然後Rebuild Project.
再重開Android studio再Rebuild竟然修好了.
訂閱:
張貼留言 (Atom)
轉換跑道滿5年心得
自從2014年5月開始寫Android以來一直始終如一.也滿5年了發個牢騷. 以前學生覺得電子科出來就是要做相關的工作,從生產技術員做到了小組長,生產組長. 了解生產了又怎樣.大環境真的不得不逼你要往上爬. 問題還是收入太少. 大家出來工作都是為了要賺錢.混口飯吃的嘛....
-
Android 開發最重要步驟. 前往官方網址下載Android Studio 官方網址: https://developer.android.com/studio/index.html 目前(2019.01.18)開新專案時可以看到官方推薦最小SDK. 最小SDK...
-
自己新手試水溫頭一次從股票獲利的心得,也順便紀錄一下 買入賣出: 5/17 價值投資買入緯創,買入原因-公司年年配息,殖利率4%以上.股價低位階看起來可以買了. 主要是想賺一波除息前的波段. 當天開22.95 收22.55 掛22.55 買到(運氣好) ...
-
小弟是在2013年開始進入Android的編程. 分享一下目前我的生財工具 1. Macbook pro(2012-mid) 750G-ssd 16G-Ram 2.小米2S-想當初還是很不錯的手機呢~ 已陣亡~ 曾經是我的好幫手.紅米Note, Samsu...
沒有留言:
張貼留言