Hi all,
I have recently implemented the integration of payment with android sdk with your tutorial
https://developer.authorize.net/integration/fifteenminutes/android,
i had no problem; but when i obfuscate my android application with proguard and start it ,i get errors after i click "capture" ( application crash).
this is what i get:
08-08 09:59:26.433: E/AndroidRuntime(390): FATAL EXCEPTION: main 08-08 09:59:26.433: E/AndroidRuntime(390): java.lang.RuntimeException: Unable to start activity ComponentInfo{net.authorize/net.authorize.android.aim.AuthCaptureActivity}: java.lang.UnsupportedOperationException: java.lang.NoSuchMethodException: values 08-08 09:59:26.433: E/AndroidRuntime(390): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647) etc...
please can anyone help me.
thx alot
08-08-2012 03:10 AM
If the code works before proguard, did you try the proguard support?
08-08-2012 04:31 AM
Hi
I diden't try the proguard support because is not free;
So, how can i use proguard to obfuscate my application?
is there any specific configuration?, i tried a lot of configuration but none works.
thanks alot
08-18-2012 03:34 PM