1

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?

4

1 回答 1

0

我不确定我是否正确地回答了您的问题,但请尝试调用 getSupportActionBar 而不是 getActionBar

于 2012-11-18T12:25:29.070 回答