gpt4 book ai didi

android - 如何找出 Android 支持库的依赖路径?

转载 作者:行者123 更新时间:2023-11-29 17:15:34 29 4
gpt4 key购买 nike

我正在尝试构建最低 SDK 版本为 23 的 Android 应用程序。我相信我需要为我的项目导入支持库 v4、v7 和设计。我试过猜测,但我的 gradle sync 一直给出“无法解决”错误。阅读 Android 开发者文档并不能帮助我找出依赖项的正确路径值。我该怎么做?

这是我的 build.gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"

defaultConfig {
applicationId "net.***.***"
minSdkVersion 23
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:support-compat:23.2.1'
compile 'com.android.support:design:23.2.1'
}

最佳答案

转到 file -> Project Structure --> Modules --> app --> Dependencies --> + --> Library Dependency --> "searchterm"--> Ok

您将拥有合适的库

关于android - 如何找出 Android 支持库的依赖路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39228425/

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