gpt4 book ai didi

android - 将json依赖添加到android studio中的库模块

转载 作者:行者123 更新时间:2023-12-03 06:14:42 26 4
gpt4 key购买 nike

我在 Android Studio 中为我的项目创建了一个新的库模块。这个新模块中的一个类访问 org.json.JSONObject .

我收到错误:

failed to resolve org.json:json:20141113



尝试构建项目时。

这是我的 build.gradle 文件的外观:
apply plugin: 'java'

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':app')
compile files('libs/volley.jar')
compile 'org.json:json:20141113'
}

如果我遗漏了什么,请告诉我。

谢谢。

最佳答案

尝试将存储库添加到您的配置中可能会有所帮助。

repositories {
mavenCentral()
}

有关更多信息,请参见此处:
  • User-guide: Dependency Management Basics
  • 关于android - 将json依赖添加到android studio中的库模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31909816/

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