Hello,
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:
- Download the Joda-time jar from the website.
- Intellij > File > Project Structure > Attach Classes
- 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!