gpt4 book ai didi

android - 将 Joda Time 添加到 Android Studio

转载 作者:IT王子 更新时间:2023-10-28 23:53:38 27 4
gpt4 key购买 nike

我从 the Joda site 获得文件并遵循这些说明for adding libraries 但是当我到达 Gradle 同步时,我最终得到了错误:

Gradle 同步

Error:Configuration with name 'default' not found.

Gradle 构建

Error:A problem occurred configuring project ':app'. 
> Cannot evaluate module joda : Configuration with name 'default' not found.

有点困惑,我环顾四周,读到图书馆应该有它自己的 gradle 文件,但 joda 包没有。当我尝试使用 import org.joda.time; 时,它无法解析 joda。有谁知道我做错了什么?

最佳答案

在 app/build.gradle 文件中,像这样添加-

dependencies {    
compile 'joda-time:joda-time:2.9.4'
}

你不需要做任何其他事情。

您需要最新版本,请查看发布页面 https://github.com/JodaOrg/joda-time/releases并相应地更改版本。

关于android - 将 Joda Time 添加到 Android Studio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29237563/

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