Skip to content
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

java.lang.RuntimeException: Unable to resume activity (NPE) #14

Closed
vbauer opened this issue Jun 9, 2013 · 2 comments
Closed

java.lang.RuntimeException: Unable to resume activity (NPE) #14

vbauer opened this issue Jun 9, 2013 · 2 comments

Comments

@vbauer
Copy link

vbauer commented Jun 9, 2013

The most popular error in my application (notification error from Google Play Developer's Console):

java.lang.RuntimeException: Unable to resume activity {so.pretty.kinopod/io.vov.vitamio.activity.VideoActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2742)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2771)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1276)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at io.vov.vitamio.activity.VideoActivity.reOpen(VideoActivity.java:371)
at io.vov.vitamio.activity.VideoActivity.reOpen(VideoActivity.java:384)
at io.vov.vitamio.activity.VideoActivity.onResume(VideoActivity.java:169)
at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1185)
at android.app.Activity.performResume(Activity.java:5182)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2732)
... 10 more

@crossle
Copy link
Contributor

crossle commented Jul 15, 2013

What's your application?

@crossle
Copy link
Contributor

crossle commented Jul 15, 2013

Please use new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants