gpt4 book ai didi

android - 较新版本的 com.android.support :appcompat-v7 than 23. 2.1 可用 : 24. 0.0-alpha1

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:33:59 25 4
gpt4 key购买 nike

出现如下错误

A newer version of com.android.support:appcompat-v4 than 23.2.1 is available: 24.0.0-alpha1 and A newer version of com.android.support:appcompat-v7 than 23.2.1 is available: 24.0.0-alpha1

我的 build.gradle 文件:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.zkc.i2ctools"
minSdkVersion 8
targetSdkVersion 23
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}

dependencies {
compile 'com.android.support:support-v4:23.2.1'
compile 'com.android.support:appcompat-v7:23.2.1'
compile files('libs/core-3.1.0.jar')
}

Gradle 构建错误。出了什么问题?

最佳答案

实际上,有一个错误,“Lint 不应该建议支持库依赖的 alpha 版本” https://code.google.com/p/android/issues/detail?id=203270

更新(2016 年 3 月 21 日)

该错误已与此合并 https://code.google.com/p/android/issues/detail?id=203321并在 3 月 11 日修复了 2.1 future 版本

关于android - 较新版本的 com.android.support :appcompat-v7 than 23. 2.1 可用 : 24. 0.0-alpha1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35970052/

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