MaterialDateTimePicker
MaterialDateTimePicker copied to clipboard
Bootstrap exception with 4.2.3, works with 4.2.2
I get the following exception when opening a time picker with the latest 4.2.3:
java.lang.BootstrapMethodError: Exception from call site #5 bootstrap method
at com.wdullaer.materialdatetimepicker.time.RadialPickerLayout.initialize(RadialPickerLayout.java:183)
...
Caused by: java.lang.ClassCastException: Bootstrap method returned null
If I revert back to the previous version 4.2.2, the exception goes away and everything is fine.
I know these Bootstrap exceptions are usually related to Java 1.8 support, which is already enabled in my Gradle config.
Do you know what has changed between 4.2.2 and 4.2.3 that could cause this exception to happen with my setup?
Many thanks, Eric
I'm face the same issues as well there is any solution for this? @esellin