i'm testing the sample app for Mobile Express Checkout Library with Android. This is the link to the project and the library: https://www.x.com/sites/default/files/PayPal_MECL_1.0_Android-Developer-Package_0.zip
When i press the "review order" button it calls to this method: PayPal.fetchDeviceReferenceTokenWithAppID(this, appID, server, new ResultDelegate()); Something is not working on the sample app because i'm getting this on logcat: 10-29 12:21:28.659: W/System.err(32488): java.lang.NullPointerException10-29 12:21:28.659: W/System.err(32488): at libcore.net.UriCodec.encode(UriCodec.java:132)10-29 12:21:28.659: W/System.err(32488): at java.net.URLEncoder.encode(URLEncoder.java:57)10-29 12:21:28.659: W/System.err(32488): at com.paypal.android.a.c.g(Unknown Source)10-29 12:21:28.659: W/System.err(32488): at com.paypal.android.a.c.e(Unknown Source)10-29 12:21:28.659: W/System.err(32488): at com.paypal.android.a.c.b(Unknown Source)10-29 12:21:28.659: W/System.err(32488): at com.paypal.android.a.d.run(Unknown Source) 10-29 12:21:30.589: E/Error(32488): Authentication failed, button not enabled.10-29 12:21:30.599: W/System.err(32488): java.lang.NullPointerException10-29 12:21:30.599: W/System.err(32488): at com.paypal.android.a.c.a(Unknown Source)10-29 12:21:30.599: W/System.err(32488): at com.paypal.android.a.c.e(Unknown Source)10-29 12:21:30.599: W/System.err(32488): at com.paypal.android.a.c.b(Unknown Source)10-29 12:21:30.599: W/System.err(32488): at com.paypal.android.a.d.run(Unknown Source) I simply opened the sample code project and executed it. I didn't modify anything on the code. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

