I created an app that supports both phone and tablet version so i use the android-support-v4.jar library.
My activity extends the ListFragment and I tried to overri
Make sure the imports are from the compatibility library and not from the SDK itself.