gpt4 book ai didi

android - 我在下面添加了这个库,它在这个库中显示错误 - 编译 'com.android.support:appcompat-v7:23.4.0' 为什么?

转载 作者:行者123 更新时间:2023-12-02 03:21:06 25 4
gpt4 key购买 nike

 compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support.constraint:constraint-layout:1.0.1'
compile 'com.google.firebase:firebase-core:10.2.0'
compile 'com.google.firebase:firebase-database:10.2.0'

its showing this error

> All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes).

找到版本 24.0.0、23.4.0。例子包括 com.android.support:support-v4:24.0.0 和 com.android.support:animated-vector-drawable:23.4.0

最佳答案

将一切都当作独一无二的:

例如:

这里我使用的是24版本。

android {
compileSdkVersion 24
buildToolsVersion '24.0.0'
defaultConfig {
applicationId "com.mobile"
minSdkVersion 17
targetSdkVersion 24
// useJack = true

renderscriptTargetApi 19
renderscriptSupportModeEnabled true

multiDexEnabled true
}

Use all library as same versions. Please check the libraries are same versions.

compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:recyclerview-v7:24.0.0'
compile 'com.android.support:design:24.0.0'

关于android - 我在下面添加了这个库,它在这个库中显示错误 - 编译 'com.android.support:appcompat-v7:23.4.0' 为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42757107/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com