cancel
Showing results for 
Search instead for 
Did you mean: 

Authorize.Net SDK for Android not working with Jelly Bean

Hi,

     when i am using Authorized.net sdk for android aplication in api level 10 then its work fine.but when i use in api leve

17 Jelly bean(Android Verson 4.2) then its not working. so can anyone tell me what is the problem and how i solve this problem.

 

 

Thanks,

Irfan

 

 

 

irfan0657
Member
3 REPLIES 3

The problem is that is doesn't support newer version. The SDKs include source code, you can modify it to get it to work.

RaynorC1emen7
Expert

Hello

 

Please verify the minSDKVersion of your application. The minSDKVersion specified in the Anet Android SDK is 8. If the application using this SDK has a higher  minSDKVersion then it may potentially cause problems. The full source code of the SDK is available, as mentioned in the above post you can modify it as per your needs.

 

Richard

RichardH
Administrator Administrator
Administrator

Remove "android:targetSdkVersion" or set it to android:targetSdkVersion="8" May be it will work. I have faced same issue and I have Solved it by removing this tag from AndroidManifest.xml file

Bhavin
Member