I'm working with Android studio and use Jack to enable Java8 features, but it seems that LocalDateTime is still not implemented, is that the case?
this question asks the same question, but it's dated since now Android supports Java8 with the Jack.
I'm working with Android studio and use Jack to enable Java8 features, but it seems that LocalDateTime is still not implemented, is that the case?
this question asks the same question, but it's dated since now Android supports Java8 with the Jack.
I don't know Jack, but it appears to not include an implementation of the java.time package built into Java 8 and later.
Fortunately, much of the java.time functionality is back-ported to Java 6 & 7 in the ThreeTen-Backport project, and further adapted to Android in the ThreeTenABP project.
Try Using Joda-Time, it inspired the java.time package in Java 8
http://www.joda.org/joda-time/
And for your issue, check below
https://developer.android.com/preview/j8-jack.html#supported-features