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

App crashing inside Virtual Machine #16

Closed
edwinj84 opened this issue Sep 19, 2015 · 0 comments
Closed

App crashing inside Virtual Machine #16

edwinj84 opened this issue Sep 19, 2015 · 0 comments

Comments

@edwinj84
Copy link

The app crashed with this errror when i was testing it inside a genymotion nexus 4 vm running on android 5.1.0. This was the logcat error:

09-19 04:47:26.020 4092-4092/io.jari.materialup E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: io.jari.materialup, PID: 4092
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.jsoup.nodes.Element.attr(java.lang.String)' on a null object reference
at io.jari.materialup.utils.ParseUtils.parseItems(ParseUtils.java:44)
at io.jari.materialup.connection.UpRequests$1.onResponse(UpRequests.java:47)
at io.jari.materialup.connection.UpRequests$1.onResponse(UpRequests.java:44)
at com.android.volley.toolbox.StringRequest.deliverResponse(StringRequest.java:60)
at com.android.volley.toolbox.StringRequest.deliverResponse(StringRequest.java:30)
at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5254)
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:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
09-19 04:47:27.131 4092-4119/io.jari.materialup I/Fabric﹕ Crashlytics report upload complete: 55FD211B0169-0002-0FFC-923E341B91ED.cls

@edwinj84 edwinj84 closed this as completed Feb 3, 2016
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