I\'m having an odd problem. I am making an app with targetsdk 13.
In my main activity\'s onCreate method i call getActionBar() to setup my actionbar. T
getActionBar()
This may also help some people.
In my case, it was because I had not defined a context in the menu.xml
Try this:
Instead of this: