I want to change the textview, email which are in nav_header by OnCreate, but i get the error On a null object reference.
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null object reference
at multimedia.slidemenu.MainActivity.onCreate(MainActivity.java:26)