You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:4472)
at android.app.ActivityThread.handleSendResult (ActivityThread.java:4515)
at android.app.ActivityThread.-wrap22 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1687)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6682)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
Caused by: java.lang.NullPointerException:
at com.jeduan.crop.CropPlugin.onActivityResult (CropPlugin.java:52)
at org.apache.cordova.CordovaInterfaceImpl.onActivityResult (CordovaInterfaceImpl.java:152)
at org.apache.cordova.CordovaActivity.onActivityResult (CordovaActivity.java:358)
at android.app.Activity.dispatchActivityResult (Activity.java:7256)
at android.app.ActivityThread.deliverResults (ActivityThread.java:4468)
Anyone know what is causing it or how it could be fixed? Any help or input is highly appreciated
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Google Play informs me that this plugin sometimes make the app crash.
This is the report about the crash that it gives me:
Samsung Galaxy S6 Edge, 3072MB RAM, Android 7.0
Report 1
java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:4472)
at android.app.ActivityThread.handleSendResult (ActivityThread.java:4515)
at android.app.ActivityThread.-wrap22 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1687)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6682)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)
Caused by: java.lang.NullPointerException:
at com.jeduan.crop.CropPlugin.onActivityResult (CropPlugin.java:52)
at org.apache.cordova.CordovaInterfaceImpl.onActivityResult (CordovaInterfaceImpl.java:152)
at org.apache.cordova.CordovaActivity.onActivityResult (CordovaActivity.java:358)
at android.app.Activity.dispatchActivityResult (Activity.java:7256)
at android.app.ActivityThread.deliverResults (ActivityThread.java:4468)
Anyone know what is causing it or how it could be fixed? Any help or input is highly appreciated
Thanks!
The text was updated successfully, but these errors were encountered: