You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: