<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authorize.Net SDK for Android not working with Jelly Bean in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/35971#M20052</link>
    <description>&lt;P&gt;Remove "android:targetSdkVersion" or set it to&amp;nbsp;android:targetSdkVersion="8" May be it will work. I have faced same issue and I have Solved it by removing this tag from&amp;nbsp;AndroidManifest.xml file&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2013 05:02:19 GMT</pubDate>
    <dc:creator>Bhavin</dc:creator>
    <dc:date>2013-09-30T05:02:19Z</dc:date>
    <item>
      <title>Authorize.Net SDK for Android not working with Jelly Bean</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/34512#M18960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;&amp;nbsp;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&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;17&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;&lt;A href="https://www.google.co.in/search?biw=1366&amp;amp;bih=673&amp;amp;q=jelly+bean&amp;amp;spell=1&amp;amp;sa=X&amp;amp;ei=qjiwUe63EYTnrAfp3YGICw&amp;amp;ved=0CCkQvwUoAA" target="_blank"&gt;Jelly bean&lt;/A&gt;(Android Verson 4.2)&amp;nbsp;then its not working. so can anyone tell me what is the problem and how i solve this problem.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Thanks,&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Irfan&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:08:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/34512#M18960</guid>
      <dc:creator>irfan0657</dc:creator>
      <dc:date>2013-06-06T14:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.Net SDK for Android not working with Jelly Bean</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/34517#M18961</link>
      <description>&lt;P&gt;The problem is that is doesn't support newer version. The SDKs include source code, you can modify it to get it to work.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 14:26:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/34517#M18961</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-06-06T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.Net SDK for Android not working with Jelly Bean</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/34573#M19015</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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&amp;nbsp; 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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 19:35:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/34573#M19015</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-06-10T19:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.Net SDK for Android not working with Jelly Bean</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/35971#M20052</link>
      <description>&lt;P&gt;Remove "android:targetSdkVersion" or set it to&amp;nbsp;android:targetSdkVersion="8" May be it will work. I have faced same issue and I have Solved it by removing this tag from&amp;nbsp;AndroidManifest.xml file&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2013 05:02:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-SDK-for-Android-not-working-with-Jelly-Bean/m-p/35971#M20052</guid>
      <dc:creator>Bhavin</dc:creator>
      <dc:date>2013-09-30T05:02:19Z</dc:date>
    </item>
  </channel>
</rss>

