java.lang.RuntimeException: Unable to start activity ComponentInfo{com.lagistos.memalela/com.lagistos.memalela.MainTeacher}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by Ariel Gal
, 1 year agovia Stack Overflow by Shailender Narang
, 1 year agovia Stack Overflow by Dheeraj Vuppuluri
, 2 years agovia Stack Overflow by James
, 1 year agovia Stack Overflow by Karlom
, 1 year agovia Stack Overflow by rishabh jindal
, 1 year agojava.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference
at com.lagistos.memalela.MainTeacher.onClickInitialize(MainTeacher.java:164)
at com.lagistos.memalela.MainTeacher.onCreate(MainTeacher.java:58)
at android.app.Activity.performCreate(Activity.java:6178)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1115)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2590)