CyberSource / cybersource-rest-client-java

Java client library for the CyberSource REST API
Other
18 stars 42 forks source link

Error on android integration. #160

Open pedroramongaby opened 3 months ago

pedroramongaby commented 3 months ago

II am integrating the sdk into an android project, but I get the following error when calling the payments api. "java.lang.NoSuchMethodError: No static method doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;[Ljava/security/Permission;)Ljava/lang/Object; in class Ljava/security/AccessController; or its super classes (declaration of 'java.security.AccessController' appears in /system/framework/core-oj.jar)" I understand that the Logger they use is not compatible with android? What can you do about it?