cancel
Showing results for 
Search instead for 
Did you mean: 

integration Payment with android and Proguard

 

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

saadandroid1
Member
2 REPLIES 2

If the code works before proguard, did you try the proguard support?

RaynorC1emen7
Expert

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