【发布时间】:2023-04-01 04:51:01
【问题描述】:
如您所见,我认为所有支持库都有相同的版本,那么为什么会出现此错误?
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation 'com.google.firebase:firebase-core:15.0.0'
implementation 'com.google.firebase:firebase-auth:15.0.0'
implementation 'com.android.support:recyclerview-v7:27.1.1'
}
【问题讨论】:
-
可能是这个stackoverflow.com/a/49837525/8942811帮助你。
标签: java android dependencies libraries