在 Android 上运行 Joda-time 时遇到问题。

发布于 2024-09-18 19:00:46 字数 448 浏览 6 评论 0原文

我正在学习 Android,需要日期/时间。一位同事向我推荐了Joda-time,这似乎正是我取得进步所需要的。不幸的是,我无法让它发挥作用。

我使用的是intellij,这是Android 2.2。

我采取的步骤:

  1. 网站 下载 Joda-time jar。
  2. 智能>文件>项目结构>附加类
  3. 构建

然后我收到此错误:

警告:忽略不附带关联 EnclosureMethod 属性的匿名内部类的 InnerClasses 属性。 (这个类可能是由损坏的编译器生成的。)

我不知道从这里去哪里。帮助将不胜感激!

I'm learning Android and have need for dates/times. I was recommended Joda-time by a colleague, which seems to be exactly what I need to make progress. Unfortunately, I'm having trouble getting it to work.

I'm using intellij and this is Android 2.2.

Steps I took:

  1. Download the Joda-time jar from the website.
  2. Intellij > File > Project Structure > Attach Classes
  3. Build

I then get this error:

warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produced by a broken compiler.)

I have no idea where to go from here. Help would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橘亓 2024-09-25 19:00:55

如果您没有在 Joda-Time 类上使用反射,则可以忽略该错误。您可以通过使用 Java 1.5 编译器构建 Joda-Time 源代码来解决该问题。

If you're not using reflection on the Joda-Time classes, you can ignore the error. You can fix the problem by building the Joda-Time sourcecode with a Java 1.5 compiler.

要走就滚别墨迹 2024-09-25 19:00:53

我相信您可以安全地忽略这些警告。我把它们放在我包含的库中,但它按预期工作。

I believe you can safely ignore those warning. I get those in my included library but it works as expected.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文