Hi. I have implemented Dropbox API in my android app.
After released the app to public, I got a number of crash report from the Dropbox SDK. No sure what is the root cause.
The issue seems to happen on a varieties of devices. Please help! Thank you so much.
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.net.Uri.getPath()' on a null object reference
at com.dropbox.client2.android.AuthActivity.onNewIntent(Unknown Source)
at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1218)
at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1230)
at android.app.ActivityThread.deliverNewIntents(ActivityThread.java:2683)
at android.app.ActivityThread.performNewIntents(ActivityThread.java:2695)
at android.app.ActivityThread.handleNewIntent(ActivityThread.java:2704)
at android.app.ActivityThread.access$1600(ActivityThread.java:178)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1542)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5643)
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:960)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)