<?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: Unsatisfied link error find library returned null - Hello World sample app in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545378#M3731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Vansi,&lt;BR /&gt;&lt;BR /&gt;I've also seen similar problems occur randomly on different machines, and including non-ArcGIS Runtime projects when using Eclipse.&lt;BR /&gt;&lt;BR /&gt;I have a few suggestions:&lt;BR /&gt;- This may be obvious, but just in case, did you try the following?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Android Tools &amp;gt; Fix Project Properties &amp;gt; Clean&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;ArcGIS Tools &amp;gt; Fix Project Properties &amp;gt; Clean&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;- Check your Java Build Path &amp;gt; Order and Export settings and make sure that at least the ArcGIS for Android 10.1.1 is checked &amp;gt; "OK" &amp;gt; re-clean your project &amp;gt; rebuild &amp;gt; run. On my builds I make sure that the Android SDK is before the ArcGIS Runtime (in terms of the order)&lt;BR /&gt;&lt;BR /&gt;- Note you can also add missing files under the Java Build Path &amp;gt; Libraries tab. See this StackOverflow &lt;A class="jive-link-external-small" href="http://stackoverflow.com/questions/1427048/how-can-i-add-build-path-items-to-eclipse-3-5-using-relative-paths" rel="nofollow" target="_blank"&gt;page&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;-Andy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your options. I tried them out but didnt work out. However the problem was with the target device i was installing the app into. This ArcGIS app doesn't run in the emulators especially the Intel x86-system emulators. It should be an API level 15 ARM-eabi-v7a emulator. Also it works brilliantly in the real device. So thats the answer...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2013 10:38:43 GMT</pubDate>
    <dc:creator>VansiKrishna</dc:creator>
    <dc:date>2013-06-27T10:38:43Z</dc:date>
    <item>
      <title>Unsatisfied link error find library returned null - Hello World sample app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545376#M3729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Readers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my first time into the ArcGIS but not the first time for Android. I am an Android developer. For one of our recent projects, i am exploring the ArcGIS modules/samples. I did the following steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Installed Eclipse JUNO (latest) - Since my previous version got corrupted, had to replace the system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Downloaded ArcGIS runtime SDK for Android 10.1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Installed the ArcGIS plugin from the downloaded zip file obtained from step 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Restarted Eclipse/System.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now to explore the basic "Hello World" ArcGIS app, i did the following steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. File - New - Project - In the new window - selected the "ArcGIS for Android" option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Out of the 2 options i selected "ArcGIS samples for Android". This option opened another window to fetch the samples from local or online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. I selected "LOCAL".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Under "Maps" section, i selected the "Hello World" sample project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Now the Hello World project is in my workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Cleaned and build the project. All errors gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7. Run the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am obtaining the following error log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672): FATAL EXCEPTION: main&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.esri.arcgis.android.samples.helloworld/com.esri.arcgis.android.samples.helloworld.HelloWorld}: android.view.InflateException: Binary XML file line #9: Error inflating class com.esri.android.map.MapView&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2059)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2084)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.ActivityThread.access$600(ActivityThread.java:130)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1195)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.os.Handler.dispatchMessage(Handler.java:99)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.os.Looper.loop(Looper.java:137)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.ActivityThread.main(ActivityThread.java:4745)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at java.lang.reflect.Method.invokeNative(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:511)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at dalvik.system.NativeStart.main(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672): Caused by: android.view.InflateException: Binary XML file line #9: Error inflating class com.esri.android.map.MapView&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.createView(LayoutInflater.java:613)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:687)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.rInflate(LayoutInflater.java:746)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.inflate(LayoutInflater.java:489)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.inflate(LayoutInflater.java:396)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.inflate(LayoutInflater.java:352)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:256)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.Activity.setContentView(Activity.java:1867)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.esri.arcgis.android.samples.helloworld.HelloWorld.onCreate(HelloWorld.java:42)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.Activity.performCreate(Activity.java:5008)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2023)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; ... 11 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672): Caused by: java.lang.reflect.InvocationTargetException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at java.lang.reflect.Constructor.constructNative(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:417)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at android.view.LayoutInflater.createView(LayoutInflater.java:587)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; ... 22 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672): Caused by: java.lang.ExceptionInInitializerError&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.esri.android.map.MapView.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.esri.android.map.MapView.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; ... 25 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load runtimecore_java: findLibrary returned null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at java.lang.Runtime.loadLibrary(Runtime.java:365)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at java.lang.System.loadLibrary(System.java:535)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.esri.core.internal.util.e$1.initialize(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.esri.android.io.a.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; at com.esri.android.map.MapSurface.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;06-26 16:36:15.678: E/AndroidRuntime(2672):&amp;nbsp; ... 27 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Later i followed the ArcGIS forums and came across many links for example &lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/48462-Couldn-t-load-GLMapCore-findLibrary-returned-null" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/48462-Couldn-t-load-GLMapCore-findLibrary-returned-null&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/85021-Can%C2%B4t-make-Hello-World-run" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/85021-Can%C2%B4t-make-Hello-World-run&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but alas the error was never cleared.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I encountered a similar problem with one of my Android projects. It had the libs folder with .so files for armeabi and armeabi-v7a. I converted the project into a library and used it one of my another project. Since it was a small project i didn't needed to explore the converted library project. This is due to the referencing of the .so files or library files related to the Eclipse updates. I am still unsure how to configure the .so files into the build path so that there is no "Unsatisfied link" error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see the screenshot attached for the Build Path of this project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]25491[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 10:54:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545376#M3729</guid>
      <dc:creator>VansiKrishna</dc:creator>
      <dc:date>2013-06-26T10:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied link error find library returned null - Hello World sample app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545377#M3730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vansi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also seen similar problems occur randomly on different machines, and including non-ArcGIS Runtime projects when using Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a few suggestions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- This may be obvious, but just in case, did you try the following?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Android Tools &amp;gt; Fix Project Properties &amp;gt; Clean&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;ArcGIS Tools &amp;gt; Fix Project Properties &amp;gt; Clean&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;- Check your Java Build Path &amp;gt; Order and Export settings and make sure that at least the ArcGIS for Android 10.1.1 is checked &amp;gt; "OK" &amp;gt; re-clean your project &amp;gt; rebuild &amp;gt; run. On my builds I make sure that the Android SDK is before the ArcGIS Runtime (in terms of the order)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Note you can also add missing files under the Java Build Path &amp;gt; Libraries tab. See this StackOverflow &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/1427048/how-can-i-add-build-path-items-to-eclipse-3-5-using-relative-paths"&gt;page&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545377#M3730</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-06-26T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied link error find library returned null - Hello World sample app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545378#M3731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Vansi,&lt;BR /&gt;&lt;BR /&gt;I've also seen similar problems occur randomly on different machines, and including non-ArcGIS Runtime projects when using Eclipse.&lt;BR /&gt;&lt;BR /&gt;I have a few suggestions:&lt;BR /&gt;- This may be obvious, but just in case, did you try the following?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Android Tools &amp;gt; Fix Project Properties &amp;gt; Clean&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;ArcGIS Tools &amp;gt; Fix Project Properties &amp;gt; Clean&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;- Check your Java Build Path &amp;gt; Order and Export settings and make sure that at least the ArcGIS for Android 10.1.1 is checked &amp;gt; "OK" &amp;gt; re-clean your project &amp;gt; rebuild &amp;gt; run. On my builds I make sure that the Android SDK is before the ArcGIS Runtime (in terms of the order)&lt;BR /&gt;&lt;BR /&gt;- Note you can also add missing files under the Java Build Path &amp;gt; Libraries tab. See this StackOverflow &lt;A class="jive-link-external-small" href="http://stackoverflow.com/questions/1427048/how-can-i-add-build-path-items-to-eclipse-3-5-using-relative-paths" rel="nofollow" target="_blank"&gt;page&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;-Andy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your options. I tried them out but didnt work out. However the problem was with the target device i was installing the app into. This ArcGIS app doesn't run in the emulators especially the Intel x86-system emulators. It should be an API level 15 ARM-eabi-v7a emulator. Also it works brilliantly in the real device. So thats the answer...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 10:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545378#M3731</guid>
      <dc:creator>VansiKrishna</dc:creator>
      <dc:date>2013-06-27T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied link error find library returned null - Hello World sample app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545379#M3732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vansi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome, glad you got it taken care of. If you have a moment, I have a few more questions that may help others on the forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;However the problem was with the target device i was installing the app into. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please clarify this, did the error you posted occur while trying to run the app on the emulator? Or, if you are referring to particular smartphone or table, please post the make, model and OS number?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;This ArcGIS app doesn't run in the emulators especially the Intel x86-system emulators. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try the steps listed here? &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-emulator/"&gt;http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-emulator/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 13:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545379#M3732</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-06-27T13:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unsatisfied link error find library returned null - Hello World sample app</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545380#M3733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Vansi,&lt;BR /&gt;&lt;BR /&gt;Awesome, glad you got it taken care of. If you have a moment, I have a few more questions that may help others on the forum.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;However the problem was with the target device i was installing the app into. &lt;BR /&gt;&lt;BR /&gt;Can you please clarify this, did the error you posted occur while trying to run the app on the emulator? Or, if you are referring to particular smartphone or table, please post the make, model and OS number?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;This ArcGIS app doesn't run in the emulators especially the Intel x86-system emulators. &lt;BR /&gt;&lt;BR /&gt;Did you try the steps listed here? &lt;A href="http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-emulator/"&gt;http://blogs.esri.com/esri/arcgis/2012/05/02/arcgis-runtime-sdk-for-android-v1-1-supports-android-emulator/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Andy&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the answers to your questions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Answer 1. I always use the Intel x86-emulators for my programming in the Android environment, because they are fast in execution. Moreover i have installed the Intel Hardware Acceleration Manager to support the x86-emulators in performance. After installing the ArcGIS Android SDK, i tried to run the sample applications on the same x86-emulators. It had graphic acceleration support, open gl es etc. The sample app should have run, but it didnt. After long search i posted the question on forums. Later someone suggested that the app should be run in a real device. I tried and it run successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Answer 2. Later i came across the above link to run the arcgis samples on emulators. I followed the link and i discovered that i had followed the same steps except choosing the right kind of emulator. It was mentioned that the emulator should be of ARM-eabi-v7a type. I tested the app again on a similar emulator and it worked perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To summarize all of this, my sample app didnt work because i chose the wrong emulator and didnt test it on a real device. Badly my mistake it is...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 03:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unsatisfied-link-error-find-library-returned-null/m-p/545380#M3733</guid>
      <dc:creator>VansiKrishna</dc:creator>
      <dc:date>2013-06-28T03:40:47Z</dc:date>
    </item>
  </channel>
</rss>

