SlidingMenu
SlidingMenu copied to clipboard
NullPointer at setMode
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)
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.