android studo 中build.gradle(Module)依賴的一些版本如何確定??
android studo 建立一個默認的工程,build.gradle(Module)中的一些依賴的版本不對,如何確定該用那個版本呢??
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve androidx.test.espresso:espresso-core:3.2.0.
Show Details
Affected Modules: app
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'//版本不對
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'//版本不對
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'//版本不對
}
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/67405.html
標籤:Android
上一篇:安卓題目求教
下一篇:請教個關于續費后上架的問題
