我正在研究新的 android 材料,它看起來不錯(cuò),但為了正確使用顏色選項(xiàng),我需要使用 com.google.android.material:material:1.1.0(最新的是 alpha08)顯然有一個(gè)依賴性問題,因?yàn)楫?dāng)我在 android studio 中構(gòu)建時(shí)它說一切正常但是當(dāng)我運(yùn)行時(shí)它丟失了 android material com.android.builder.dexing.DexArchiveBuilderException在運(yùn)行時(shí)(像這樣)。這是我的 app.build.gradledependencies { implementation 'androidx.core:core:1.0.2' implementation 'androidx.media:media:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation 'io.reactivex.rxjava2:rxjava:2.2.10' implementation 'com.google.android.material:material:1.0.0' // fails if I switch to implementation 'com.google.android.material:material:1.1.0-alpha08' api 'com.google.guava:guava:28.0-android' implementation files('libs/acra-4.5.0.jar') implementation files('libs/commons-collections-3.2.1.jar') implementation 'com.google.firebase:firebase-core:17.0.1' implementation 'com.google.firebase:firebase-messaging:19.0.1' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.exifinterface:exifinterface:1.0.0'}據(jù)我所知,我們的一切都處于最佳狀態(tài),所以你認(rèn)為問題是什么?
com.google.android.material:material:1.1.0-alpha08
阿波羅的戰(zhàn)車
2023-04-13 17:16:43