-
Notifications
You must be signed in to change notification settings - Fork 241
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.NullPointerException: Attempt to invoke virtual method 'com.paypal.android.sdk.onetouch.core.Result com.paypal.android.sdk.onetouch.core.Request.a(com.paypal.android.sdk.onetouch.core.a.a, android.net.Uri)' on a null object reference #101
Comments
@nzakharchenko are you running proguard on your release builds? The stack trace isn't very useful as it seems to be obfuscated. Could you try it without proguard to see if it still crashes? If so it should provide as more useful stack trace. |
@lkorth here is stack trace without obfuscation http://crashes.to/s/cde28ba71d6. Let me know if you need something else. |
@nzakharchenko: we just released If you don't have the snapshot repository setup, you can add the following:
|
@lkorth looks like it works now. I've seen that you also already released 2.3.1, so I will make more testing on Monday with that |
Note that |
Ok! then I will continue testing with SNAPSHOT and wait for next release |
@lkorth Have you deleted SNAPSHOT ? I could not find it anymore under |
@lkorth is there any estimations about new release? |
snapshots are automatically purged by Sonatype after a day or two. We will be making a release early this week with this fix. |
Hello!
on my release build after fresh install application I'm always getting
java.lang.NullPointerException: Attempt to invoke virtual method 'com.paypal.android.sdk.onetouch.core.Result com.paypal.android.sdk.onetouch.core.Request.a(com.paypal.android.sdk.onetouch.core.a.a, android.net.Uri)' on a null object reference
for first payment. More details here http://crashes.to/s/3d3f39c4400It happens every first payment on freshly installed application on phone (Moto G 3rd edition) without installed PayPal application (login to PayPal are done in browser).
Thanks!
The text was updated successfully, but these errors were encountered: