Closed mousewithjetpack closed 9 years ago
I found a temporary fix that I posted here:
Is this still relevant?
Hey there!
We're automatically closing this issue since the original poster (or another commenter) hasn't yet responded to the question or request made to them 14 days ago. We therefore assume that the user has lost interest or resolved the problem on their own. Closed issues that remain inactive for a long period may get automatically locked.
Don't worry though; if this is in error, let us know with a comment and we'll be happy to reopen the issue.
Thanks!
(Please note that this is an automated comment.)
I noticed that the README indicates that this library requires ICS+ at compile time, but is it supposed to be compatible with older devices?
I just tried out the CalendarDatePickerDialog on an Android 3.0 emulator in Eclipse, and it crashed before it appeared.
Here is the LogCat:
It looks like this is the culprit:
java.lang.ClassNotFoundException: android.view.accessibility.AccessibilityNodeInfo
but I don't know how to resolve this.
By the way, I am using Eclipse with ADT, and the CalendarDatePickerDialog works fine when I run it on Android 4.0 or higher.
Any ideas?