2 回答

TA貢獻1911條經(jīng)驗 獲得超7個贊
implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:design:28.1.0'
或嘗試
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
implementation 'com.android.support:exifinterface:28.0.0'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:customtabs:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'

TA貢獻1951條經(jīng)驗 獲得超3個贊
我對你的建議是,嘗試為你的項目查看每個單獨庫的每個最新版本。有些庫甚至彼此版本不同。Lib A ver 可能是 2.0,Lib B ver 可能是 2.5,但兩者都是最新的(例如 Firebase)。此依賴庫版本是 Android Studio 3.0.+ 遷移的一部分。
添加回答
舉報