Hi all, My application using a class extending CursorAdapter. It works correctly on Android 2. But application is running on Android 4 I get a NoClassDefFound on cursoradapter class. I tried to use compatibility package 4 but same thing.
Do you have an idea to create an app compatible with Android 2, 3 and 4, using cursor adapter ?? Do I test SDK version ? Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

