SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

NullPointer at setMode

Open joygohil opened this issue 8 years ago • 1 comments

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.jeremyfeinstein.slidingmenu.lib.SlidingMenu.setMode(int)' on a null object reference at com.project.publiko.Main_Browse_Issue.onCreate(Main_Browse_Issue.java:17)

joygohil avatar Apr 26 '16 17:04 joygohil

Stop referencing a null object.

Seriously, though, you'll need to provide some code in order to receive help. You apparently passed a null object to the setMode() method.

theBlbDan avatar Apr 26 '16 17:04 theBlbDan