java8 and sdk java.time package #673
Unanswered
yubinkim444
asked this question in
Q&A
Replies: 1 comment
-
I am not sure if anyone has tried using ical4j 4.x on Android yet, but hopefully there is a solution. Note that we do make use of some classes in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current issue is arising in an Android project when using the iCal4j library, due to a conflict between Java 8's java.time package and the java.time package in the Android SDK.
The iCal4j library internally uses Java 8's java.time package, leading to a collision. This results in a java.lang.NoSuchMethodError during runtime.
How can I resolve this error?
This is my lib version
library("calendar-ical4j", "org.mnode.ical4j:ical4j:4.0.0-rc1")
library("calendar-ical4jExt", "org.mnode.ical4j:ical4j-extensions:2.0.0-rc1")
library("calendar-threetenabp","com.jakewharton.threetenabp:threetenabp:1.3.1")
Beta Was this translation helpful? Give feedback.
All reactions