<?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: Trying to get Android SDK Examples to work in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30756#M16077</link>
    <description>&lt;P&gt;And to clarify, when you put an external library in the /libs folder, it is no longer necessary to add it as a dependency through Eclipse - the Android plugin will do this automatically.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2012 20:21:23 GMT</pubDate>
    <dc:creator>spencer</dc:creator>
    <dc:date>2012-10-18T20:21:23Z</dc:date>
    <item>
      <title>Trying to get Android SDK Examples to work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30334#M15873</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We are an Authorize.net client, and are trying to add the payment processing functionality to our in-house Android app.&lt;BR /&gt;&lt;BR /&gt;I am trying to get the Android Example code to work with a version 2.3.3 (API 10) Project with the minimum required SDK of 2.2(API 8). I am following the directions on this site under Integration -&amp;gt; Quick Start Guide -&amp;gt; Android, but am getting an error because the SDK download (anet-java-sdk-android-2.0.5.jar) does not have "net.authorize.android" within it, so the statements "package net.authorize;" and the 4 statements "import net.authorize.android.AuthNet;" are giving a "cannot be resolved" error in the ExampleActivity.java file that I am instructed to create.&lt;BR /&gt;&lt;BR /&gt;I have also tried using the Example code (from "anet_android_samples") by creating a new project from existing source code, and am adding "anet-java-sdk-android-2.0.5.jar" to the build path as instructed, but all the src files in the example code (net.authorize.android.*) comes up as unresolved, because they are not in the "anet-java-sdk-android-2.0.5.jar" file.&lt;BR /&gt;&lt;BR /&gt;I am a fairly experienced Java programmer, but I am pretty new to the quirks of Android and Eclipse, so please bear with my naivete. If anyone could help me get this setup so that I can start using the Examples, that would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Oct 2012 19:43:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30334#M15873</guid>
      <dc:creator>begreen</dc:creator>
      <dc:date>2012-10-01T19:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get Android SDK Examples to work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30752#M16075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try placing&amp;nbsp;&lt;SPAN&gt;anet-java-sdk-android-2.0.5.jar from the "lib" folder, into a new folder called "libs". This is in accordance with the new Android guidelines of putting external libraries in the /libs folder of the project directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;That should make the imports resolve!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:19:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30752#M16075</guid>
      <dc:creator>spencer</dc:creator>
      <dc:date>2012-10-18T20:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get Android SDK Examples to work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30756#M16077</link>
      <description>&lt;P&gt;And to clarify, when you put an external library in the /libs folder, it is no longer necessary to add it as a dependency through Eclipse - the Android plugin will do this automatically.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 20:21:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/30756#M16077</guid>
      <dc:creator>spencer</dc:creator>
      <dc:date>2012-10-18T20:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get Android SDK Examples to work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/52257#M27537</link>
      <description>&lt;P&gt;I am also facing the same issue, even after placing the jar in libs folder&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 05:32:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/52257#M27537</guid>
      <dc:creator>Mounica1131</dc:creator>
      <dc:date>2015-09-22T05:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get Android SDK Examples to work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/52258#M27538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If the problem is resolved for you. please let me know how you did that&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 05:33:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-get-Android-SDK-Examples-to-work/m-p/52258#M27538</guid>
      <dc:creator>Mounica1131</dc:creator>
      <dc:date>2015-09-22T05:33:07Z</dc:date>
    </item>
  </channel>
</rss>

