I'm using the quickActionWidget from the greendroid library in my project. But when I import the greendroid project into eclipse it throws an error saying return type is incompatible with Activity.getActionBar(). I think the method is conflicting with the method default Actionbar of android. How can I fix this error?