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
Ouch!!! That was a good one!
I imported android.view.Menu in MyFragment instead of android.support.v4.Menu!
I lost a few hours on this one! Hope this post can at least help someone else.