gpt4 book ai didi

android - android design library 28.0.0导致应用崩溃

转载 作者:行者123 更新时间:2023-12-03 16:59:50 26 4
gpt4 key购买 nike

在依赖项中包含android设计库会导致应用崩溃。

我在具有25个API的Nexus S模拟器上启动了此程序。我所有的库都具有相同的版本,所以我不知道出了什么问题。

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0' //this one
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-v4:28.0.0'
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:cardview-v7:28.0.0' // For CardView
implementation 'com.android.support:recyclerview-v7:28.0.0'
}

最佳答案

将您的代码迁移到AndroidX,新的SDK依赖项目录结构将帮助您避免现在和将来出现此类问题。

关于android - android design library 28.0.0导致应用崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57579954/

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