建立了新的Android APP,使用了 ActionBar,
在 getActionBar() 時,出現了null pointer exception
Root cause
使用到沒有ActionBar的theme
AandroidManifest.xml
1 | <application |
Solution
設定使用有ActionBar的theme,
ex: Theme.Holo.Light
AndroidManifest.xml
1 | <application |
cwt100
建立了新的Android APP,使用了 ActionBar,
在 getActionBar() 時,出現了null pointer exception
使用到沒有ActionBar的theme
1 | <application |
設定使用有ActionBar的theme,
ex: Theme.Holo.Light
1 | <application |
本文标题:Android getActionBar() return null
文章作者:Cherry Cheng
发布时间:2016年04月06日 - 19时31分
最后更新:2016年04月08日 - 18时16分
原始链接:http://yoursite.com/2016/04/06/Android-getActionBar-return-null/
许可协议: "署名-非商用-相同方式共享 3.0" 转载请保留原文链接及作者。