gpt4 book ai didi

android - 此支持库不应使用比目标SDK 23更低的版本(21)

转载 作者:行者123 更新时间:2023-12-03 05:15:00 24 4
gpt4 key购买 nike

在我的build.gradle文件中,我收到此警告,

this suport libary should not use a lower version (21) than the target SDK 23

我目前有
android {
compileSdkVersion 23
buildToolsVersion "20.0.0"

defaultConfig {
minSdkVersion 16
targetSdkVersion 23
versionCode 13
versionName "1.7"

然后
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(dir: 'libs', include: 'Parse-*.jar')
I get the error on the line below
compile 'com.android.support:support-v13:21.0.2'
compile 'com.parse.bolts:bolts-android:1.1.4'
compile 'com.google.android.gms:play-services:6.5.87'
compile project(':facebook')

}

我怎样才能解决这个问题?

谢谢

最佳答案

更改:

compile 'com.android.support:support-v13:21.0.2'

至:
compile 'com.android.support:support-v13:23.1.1'

因此支持库(23)的主版本号与 compileSdkVersion(23)相匹配。

关于android - 此支持库不应使用比目标SDK 23更低的版本(21),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33848895/

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