gpt4 book ai didi

android - 将 appcompat v7-22 添加到 Android studio 项目

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:37:54 25 4
gpt4 key购买 nike

你好我想在我的应用程序中使用 appcompatv7-22 因为我使用这个 gradle 设置

android {
compileSdkVersion 22
buildToolsVersion "22.0.0"

defaultConfig {
applicationId "com.myapp"
minSdkVersion 11
targetSdkVersion 22
}

buildTypes {
release {
minifyEnabled true
proguardFiles 'proguard.cfg'
}
}
}
dependencies {

compile 'com.android.support:appcompat-v7:22.+'

}

但是当我运行它时,我给出了这个错误信息

Error:Failed to find: com.android.support:appcompat-v7:22.+

我也尝试了这个 v7:22.0.0 和这个 v7:22.1.0 但仍然是同样的错误
这是我的 sdk maneger enter image description here
enter image description here
所以任何人都可以帮助我。

更新

我看到我的 extras\android\m2repository\com\android\support 文件夹但是 21.03 有最新版本。我的存储库版本是 10,我知道它的最新版本在哪里
com.android.support:appcompat-v7:22.0.0 ?
回答
我终于找到了我的问题感谢开发人员的回答我的问题是支持 ripository 库,最后可用的版本是 15,我的版本是 9,更新后我的问题解决了。

最佳答案

v7 appcompat library

This library adds support for the Action Bar user interface design pattern. This library includes support for material design user interface implementations.

更新您的版本。调用这个而不是你的。

compile 'com.android.support:appcompat-v7:22.2.0'

编辑

调用最新稳定版

 compile 'com.android.support:appcompat-v7:23.4.0'

并设置minifyEnabled false 。然后 重新构建 & Gradle & 重启你的项目

关于android - 将 appcompat v7-22 添加到 Android studio 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31730566/

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