blazsolar / WeekDatePicker

Lightweight week date picker implmentation for Android.
MIT License
64 stars 17 forks source link

Error Inflecting class #11

Open AjayVyas opened 8 years ago

AjayVyas commented 8 years ago

I am getting this on kitkat devices java.lang.NoClassDefFoundError: org.threeten.bp.DayOfWeek.

Can you help me to solve it.

blazsolar commented 8 years ago

Try adding compile 'com.jakewharton.threetenabp:threetenabp:1.0.3' to your dependencies.

AjayVyas commented 8 years ago

Hello It Shows me an Error Like this Error:Execution failed for task ':app:packageAllDebugClassesForMultiDex'.

java.util.zip.ZipException: duplicate entry: org/threeten/bp/chrono/AbstractChronology.class

blazsolar commented 8 years ago

sorry my bad. Could you try adding compile 'org.threeten:threetenbp:1.3.1' instead of what i mentioned above

AjayVyas commented 8 years ago

Hello now getting this error java.lang.NoClassDefFoundError: solar.blaz.date.week.R$attr.

danieltigse commented 7 years ago

I have the line: compile 'org.threeten:threetenbp:1.3.1' and the error persist java.lang.NoClassDefFoundError: org.threeten.bp.DayOfWeek