Android Error [Attempt to invoke virtual method 'void android.app.ActionBar' on a null object reference]

后端 未结 24 1960
误落风尘
误落风尘 2020-11-28 22:13

I have a code module which implements viewpager with navigation drawer, however, when I run the code I get the following error

01-26 09:20:02.958: D/AndroidR         


        
24条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 22:57

    Try to check here

    res >> values >> styles.xml

    make sure that there no code like this

    false
    

    if there are code like that, you can disable for a while, or erase it

提交回复
热议问题