<?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: Android - &amp;quot;Loggin in...&amp;quot; problem in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/35272#M19669</link>
    <description>&lt;P&gt;I've also struggeled with this problem. I downloaded the newest Android SDK V1.3.0 on 20 Aug 2013 and followed the instruction given by Authroize.NET to create a sample project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After several hours of analysis I found the root cause - at least in my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please have a look into the SDK class:&lt;/P&gt;&lt;P&gt;net.authorize.android.security.MobileMerchantAuthActivity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the method "showCredentialsPage" a new "ExecuteTransactionTask" object is created and the task is started. Unfortunatyl the AsyncTask thread does not start for whatever reason. This is a welknown Android problem, but can have several causes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solved the problem by changing the implementation from AsyncTask to Thread within the "MobileMerchantAuthActivity" class. It works now. I can login in.&lt;/P&gt;&lt;P&gt;If anyone wants to have a look into the changed code in this class, I can provide it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2013 11:49:41 GMT</pubDate>
    <dc:creator>mikinder1</dc:creator>
    <dc:date>2013-08-21T11:49:41Z</dc:date>
    <item>
      <title>Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/32498#M17053</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying you quickstart for android&amp;nbsp;&lt;A href="https://developer.authorize.net/integration/fifteenminutes/android/" target="_blank"&gt;https://developer.authorize.net/integration/fifteenminutes/android/&lt;/A&gt;&amp;nbsp;but the application stop at the loggin in process. :s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the logcat I only can see:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;D/AuthNetActivityBase( 5859): sleeping getMerchant()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Android version is: 4.0.4&lt;/P&gt;&lt;P&gt;Can you help me with that?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/integration/fifteenminutes/android/" target="_blank"&gt;https://developer.authorize.net/integration/fifteenminutes/android/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2013 23:42:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/32498#M17053</guid>
      <dc:creator>metRo_</dc:creator>
      <dc:date>2013-01-14T23:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/32581#M17133</link>
      <description>&lt;P&gt;My best guess is that the connection is failing to make it to Authorize.Net, but I really can't say from just this log. I would recommend to you that you change the logging level while you are working so that you get a more informative message. The SDK does make use of android.util.log.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 23:00:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/32581#M17133</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2013-01-18T23:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/35272#M19669</link>
      <description>&lt;P&gt;I've also struggeled with this problem. I downloaded the newest Android SDK V1.3.0 on 20 Aug 2013 and followed the instruction given by Authroize.NET to create a sample project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After several hours of analysis I found the root cause - at least in my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please have a look into the SDK class:&lt;/P&gt;&lt;P&gt;net.authorize.android.security.MobileMerchantAuthActivity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the method "showCredentialsPage" a new "ExecuteTransactionTask" object is created and the task is started. Unfortunatyl the AsyncTask thread does not start for whatever reason. This is a welknown Android problem, but can have several causes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I solved the problem by changing the implementation from AsyncTask to Thread within the "MobileMerchantAuthActivity" class. It works now. I can login in.&lt;/P&gt;&lt;P&gt;If anyone wants to have a look into the changed code in this class, I can provide it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2013 11:49:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/35272#M19669</guid>
      <dc:creator>mikinder1</dc:creator>
      <dc:date>2013-08-21T11:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48703#M24478</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also suffered the same logging... problem . Can you please give me the changed class?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neetu&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 11:09:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48703#M24478</guid>
      <dc:creator>Neetu_Shri</dc:creator>
      <dc:date>2014-11-13T11:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48797#M24517</link>
      <description>&lt;P&gt;Can you share your code please, i am having the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 02:10:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48797#M24517</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-15T02:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48799#M24518</link>
      <description>&lt;P&gt;I cannot find what you mention above !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"net.authorize.android.security.MobileMerchantAuthA&lt;/SPAN&gt;&lt;SPAN&gt;ctivity"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 02:20:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48799#M24518</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-15T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48807#M24520</link>
      <description>&lt;P&gt;Question?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the info at&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://developer.authorize.net/integration/fifteenminutes/android/"&gt;https://developer.authorize.net/integration/fifteenminutes/android/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It states that minumun sdk shoud be 8, in Android studio i dont have 8 available. I have from 12 and higher. Can this be the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 16:51:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48807#M24520</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-15T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Android - "Loggin in..." problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48809#M24521</link>
      <description>&lt;P&gt;no luck, i tried that and ended up with errors about android.fontfamily not available on sdk below 16 ! &amp;nbsp;Commented out the fontfamily text and reran it and still i was not able to login. OK ! I am back at running it on compile sdk 16, Min SDK 8, Target sdk 16.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2014 17:52:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-quot-Loggin-in-quot-problem/m-p/48809#M24521</guid>
      <dc:creator>amormemorials1</dc:creator>
      <dc:date>2014-11-15T17:52:04Z</dc:date>
    </item>
  </channel>
</rss>

