I got this error: "Call requires API level 11 (current min is 8): android.app.Activity#onCreateView" whenever I'm extending my class with FragmentActivity.
Isn't FragmentActivity compatible with API 8? and if not, is there away to make it compatible?
Thanks in advance.