Problem with FragmentActivity
A write native extension for android to display "Better pickers" https://github.com/derekbrameyer/android-betterpickers. To display components from this library I wrote Activity extends FragmentActivity to get FragmentManager. I named my class OpenCalendarPickerActivity. Now I have a problem (from logcat): "Unable to resolve superclass of Lcom/insolutions/nativepickers/OpenCalendarPickerActivity" and "Link of class 'Lcom/insolutions/nativepickers/OpenCalendarPickerActivity;' failed". I include classes from android-support-v4.jar into my project - no result, I try use platform.xml with packagedDependencies tag to include this jar into ane - no result. I can't make this work. PLEASE HELP.
