-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to start activity crash #36
Comments
another instance.... Reported on Google Play: Dec 23 3:03 PM java.lang.RuntimeException: Unable to start activity ComponentInfo{it.smartcommunitylab.bikesharing.rovereto/smartcampus.activity.DetailsActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference |
Yet another instance... Reported: Jan 9, 3:28 PM java.lang.RuntimeException: Unable to start activity ComponentInfo{it.smartcommunitylab.bikesharing.rovereto/smartcampus.activity.DetailsActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference |
Reported on Google Play: Nov 30 4:33 PM
Application version: 1.0.0
Android version: 5.0.0
Device: Nexus 5 (hammerhead)
java.lang.RuntimeException: Unable to start activity ComponentInfo{it.smartcommunitylab.bikesharing.rovereto/smartcampus.activity.DetailsActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360)
at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3912)
at android.app.ActivityThread.access$900(ActivityThread.java:144)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1284)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5221)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference
at smartcampus.activity.DetailsActivity.fillViews(DetailsActivity.java:154)
at smartcampus.activity.DetailsActivity.onCreate(DetailsActivity.java:56)
at android.app.Activity.performCreate(Activity.java:5933)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2251)
... 11 more
The text was updated successfully, but these errors were encountered: