I am using a CursorAdapter and ContentProvider, and I want to use CursorLoader, so I reconfigured my project to target API 11 and set min-sdk-ver to 7. However it crashes when an Activity calls a sub-Activity which uses the CursorLoader. The error is NoClassDefFoundError delivered via IllegalStateException.
My question is can we use Honeycomb APIs in previous Android versions even if we have the same configs a have?