自定义操作栏错误NullPointerException

时间:2013-10-28 09:08:13

标签: java android nullpointerexception android-actionbar action

我使用SetCustomview()

为Customize Actionbar创建了示例

现在我在 Actionbar.setCustomView();

上收到错误 NullPointerException

我的班级我正在延伸收藏可以有人帮助我吗?

1 个答案:

答案 0 :(得分:1)

似乎getActionBar()返回null。

用这两个代替第60行:

if(android.os.Build.VERSION.SDK_INT < 11) {
    requestWindowFeature(Window.FEATURE_NO_TITLE);
}