<?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: Example Helloworld does not work in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499064#M3438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you converted helloWorld project to ArcGis project?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 12:27:21 GMT</pubDate>
    <dc:creator>AlexanderPataridze</dc:creator>
    <dc:date>2014-02-25T12:27:21Z</dc:date>
    <item>
      <title>Example Helloworld does not work</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499063#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded the sample "helloworld" and I already have everything installed, but it "stops unexpectedly" on my android device. I looked at the debugger, and it has this "source not found" message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my log cat&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
02-22 18:13:18.905: I/dalvikvm(29725): Debugger is active
02-22 18:13:19.105: I/System.out(29725): Debugger has connected
02-22 18:13:19.105: I/System.out(29725): waiting for debugger to settle...
02-22 18:13:21.117: I/System.out(29725): debugger has settled (1476)
02-22 18:13:21.487: D/dalvikvm(29725): GC_EXTERNAL_ALLOC freed 46K, 43% free 3089K/5379K, external 0K/0K, paused 39ms
02-22 18:13:21.547: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonParser;)
02-22 18:13:21.557: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonParser;)
02-22 18:13:21.557: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonParser;)
02-22 18:13:21.557: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonNode;)
02-22 18:13:21.557: I/dalvikvm(29725): Could not find method org.codehaus.jackson.JsonNode.get, referenced from method com.esri.core.symbol.SymbolHelper.createSymbol
02-22 18:13:21.557: W/dalvikvm(29725): VFY: unable to resolve virtual method 18553: Lorg/codehaus/jackson/JsonNode;.get (Ljava/lang/String;)Lorg/codehaus/jackson/JsonNode;
02-22 18:13:21.557: D/dalvikvm(29725): VFY: replacing opcode 0x6e at 0x001b
02-22 18:13:21.557: D/dalvikvm(29725): VFY: dead code 0x001e-0088 in Lcom/esri/core/symbol/SymbolHelper;.createSymbol (Lorg/codehaus/jackson/JsonParser;)Lcom/esri/core/symbol/Symbol;
02-22 18:13:21.557: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonParser;)
02-22 18:13:21.567: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonParser;)
02-22 18:13:21.567: W/dalvikvm(29725): VFY: unable to find class referenced in signature (Lorg/codehaus/jackson/JsonNode;)
02-22 18:13:21.567: I/dalvikvm(29725): Could not find method org.codehaus.jackson.JsonNode.get, referenced from method com.esri.android.io.a.a
02-22 18:13:21.567: W/dalvikvm(29725): VFY: unable to resolve virtual method 18553: Lorg/codehaus/jackson/JsonNode;.get (Ljava/lang/String;)Lorg/codehaus/jackson/JsonNode;
02-22 18:13:21.567: D/dalvikvm(29725): VFY: replacing opcode 0x6e at 0x0005
02-22 18:13:21.567: I/dalvikvm(29725): Could not find method org.codehaus.jackson.JsonNode.getTextValue, referenced from method com.esri.android.io.a.a
02-22 18:13:21.567: W/dalvikvm(29725): VFY: unable to resolve virtual method 18556: Lorg/codehaus/jackson/JsonNode;.getTextValue ()Ljava/lang/String;
02-22 18:13:21.567: D/dalvikvm(29725): VFY: replacing opcode 0x6e at 0x000b
02-22 18:13:21.567: D/dalvikvm(29725): VFY: dead code 0x0008-0008 in Lcom/esri/android/io/a;.a (Lorg/codehaus/jackson/JsonNode;)Lcom/esri/core/symbol/Symbol;
02-22 18:13:21.567: D/dalvikvm(29725): VFY: dead code 0x000e-001b in Lcom/esri/android/io/a;.a (Lorg/codehaus/jackson/JsonNode;)Lcom/esri/core/symbol/Symbol;
02-22 18:13:21.567: D/dalvikvm(29725): VFY: dead code 0x001f-0074 in Lcom/esri/android/io/a;.a (Lorg/codehaus/jackson/JsonNode;)Lcom/esri/core/symbol/Symbol;
02-22 18:13:21.588: W/dalvikvm(29725): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/esri/android/map/MapSurface;
02-22 18:13:27.874: I/dalvikvm(29725): threadid=4: reacting to signal 3
02-22 18:13:27.874: D/dalvikvm(29725): threadid=1: still suspended after undo (sc=1 dc=1)
02-22 18:13:27.874: E/dalvikvm(29725): Unable to open stack trace file '/data/anr/traces.txt': Permission denied
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please shed some light on the matter. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 00:25:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499063#M3437</guid>
      <dc:creator>JehoshuaJosue</dc:creator>
      <dc:date>2014-02-23T00:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Example Helloworld does not work</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499064#M3438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you converted helloWorld project to ArcGis project?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499064#M3438</guid>
      <dc:creator>AlexanderPataridze</dc:creator>
      <dc:date>2014-02-25T12:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Example Helloworld does not work</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499065#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Convert it to arcgis project? I'm not sure what you mean..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 02:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499065#M3439</guid>
      <dc:creator>JehoshuaJosue</dc:creator>
      <dc:date>2014-02-26T02:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Example Helloworld does not work</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499066#M3440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Eclipse, Right Click the Project and select &lt;/SPAN&gt;&lt;STRONG&gt;ArcGIS Tools &amp;gt; Convert to ArcGIS Android Project&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; Refer &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/guide/integration-features.htm#ESRI_SECTION1_D7251B4BE9C54E899CE2A90B420B0CF7"&gt;here&lt;/A&gt;&lt;SPAN&gt; for more information about ArcGIS Feature tools in the Eclipse plugin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 18:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/example-helloworld-does-not-work/m-p/499066#M3440</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2014-03-07T18:55:54Z</dc:date>
    </item>
  </channel>
</rss>

