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

NullPointerException when returning to app #10

Closed
adrian opened this issue Nov 17, 2011 · 1 comment
Closed

NullPointerException when returning to app #10

adrian opened this issue Nov 17, 2011 · 1 comment
Assignees

Comments

@adrian
Copy link
Owner

adrian commented Nov 17, 2011

When returning to UPM a Force Close is sometimes raised.

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.u17od.upm/com.u17od.upm.FullAccountList}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1830)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1851)
at android.app.ActivityThread.access$1500(ActivityThread.java:132)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1038)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:150)
at android.app.ActivityThread.main(ActivityThread.java:4293)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at com.u17od.upm.FullAccountList.populateAccountList(FullAccountList.java:123)
at com.u17od.upm.FullAccountList.onCreate(FullAccountList.java:87)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1072)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1794)
... 11 more

@ghost ghost assigned adrian Nov 17, 2011
@adrian
Copy link
Owner Author

adrian commented Nov 20, 2011

Fixed in f3fca84

@adrian adrian closed this as completed Nov 20, 2011
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

1 participant