<?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: Working on ARM, not working on Intel Atom (x86)... in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456717#M3076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 18:01:36 GMT</pubDate>
    <dc:creator>IvanKautter</dc:creator>
    <dc:date>2013-02-13T18:01:36Z</dc:date>
    <item>
      <title>Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456716#M3075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, is there is some way to run Sample Applications on Emulator with x86 chipset (which on virtualized machines is so much faster than ARM)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Those applications are working on ARM, but not working on Intel... Don't know why.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In running sample of HelloWorld App LogCat shows me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): FATAL EXCEPTION: main&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): 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 #7: Error inflating class com.esri.android.map.MapView &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1647)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1663)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.ActivityThread.access$1500(ActivityThread.java:117)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:931)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.os.Handler.dispatchMessage(Handler.java:99)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.os.Looper.loop(Looper.java:130)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.ActivityThread.main(ActivityThread.java:3683)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at java.lang.reflect.Method.invokeNative(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at java.lang.reflect.Method.invoke(Method.java:507)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at dalvik.system.NativeStart.main(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): Caused by: android.view.InflateException: Binary XML file line #7: Error inflating class com.esri.android.map.MapView&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.createView(LayoutInflater.java:518)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:570)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.rInflate(LayoutInflater.java:623)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.inflate(LayoutInflater.java:408)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:207)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.Activity.setContentView(Activity.java:1657)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.esri.arcgis.android.samples.helloworld.HelloWorld.onCreate(HelloWorld.java:94)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1611)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): ... 11 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): Caused by: java.lang.reflect.InvocationTargetException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at java.lang.reflect.Constructor.constructNative(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at java.lang.reflect.Constructor.newInstance(Constructor.java:415)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at android.view.LayoutInflater.createView(LayoutInflater.java:505)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): ... 21 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): Caused by: java.lang.ExceptionInInitializerError&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.esri.android.map.MapView.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.esri.android.map.MapView.&amp;lt;init&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): ... 24 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load GLMapCore: findLibrary returned null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at java.lang.Runtime.loadLibrary(Runtime.java:429)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at java.lang.System.loadLibrary(System.java:554)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.esri.android.a.a.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): at com.esri.android.map.MapSurface.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;02-12 07:59:17.647: E/AndroidRuntime(1303): ... 26 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;, but on ARM works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 06:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456716#M3075</guid>
      <dc:creator>Jaros_awKowalczyk</dc:creator>
      <dc:date>2013-02-12T06:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456717#M3076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456717#M3076</guid>
      <dc:creator>IvanKautter</dc:creator>
      <dc:date>2013-02-13T18:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456718#M3077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The answer is actually pretty simple and with no workaround.&amp;nbsp; If you look at the ArcGIS runtime for Android, you will notice that it has both a jar and native *.so libraries.&amp;nbsp; Obviously, the jar is truly cross platform.&amp;nbsp; However, java code has the ability to call into native libraries which prevents the Java code from being cross platform unless the native libraries are compiled for all the platforms you want.&amp;nbsp; ESRI only distributes armeabi and armeabi-v7a *.so libraries.&amp;nbsp; Therefore, when you try to run it on an Intel based emulator, it will try to find an x86 version of the native library and will fail causing the app to crash immediately.&amp;nbsp; that is what the "UnsatisfiedLinkError" is complaining about in your log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, ESRI needs to recompile their native library for x86 and distribute that *.dll along with the ArcGIS runtime for Android.&amp;nbsp; Until then, nothing you can do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 19:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456718#M3077</guid>
      <dc:creator>AndyJames</dc:creator>
      <dc:date>2013-02-13T19:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456719#M3078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&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;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how that should help me (i didn't mention that i've done it already, it's my fault, ok, and other applications are running great&amp;nbsp; but thanks for answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Until then, nothing you can do. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;OK. So welcome 'bullet time mode on' on ARM! When i was reading your message i thought for a while that it can be fault that i'm not using Linux (.so) for programming but Windows (which using .dll), but you 'calm me down' and I have to admin that until they don't repair that (i think it's profitable because time is money) that programming and running appliactions with ArcGIS for Android is like playing Max Payne! Thank you esri for so much entertainment!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy st. Valentine's Day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 07:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456719#M3078</guid>
      <dc:creator>Jaros_awKowalczyk</dc:creator>
      <dc:date>2013-02-14T07:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456720#M3079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not a fix but a similar problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to get the samples to run on an Android vm running within virtual-box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The vm has the houdini lib ... Angry Birds Space plays fine (fine as in fast for an emulator)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other android apps (SQLite based ones i.e no MapView) deploy quickly from eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the mapview remains blank (network is fine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.288: E/Trace(5994): error opening trace file: No such file or directory (2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.384: D/dalvikvm(5994): Trying to load lib /data/data/com.esri.arcgis.android.samples.helloworld/lib/libruntimecore_java.so 0xa6872d70&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.424: E/dalvikvm(5994): The lib may be ARM... trying to load it [/data/data/com.esri.arcgis.android.samples.helloworld/lib/libruntimecore_java.so] using houdini&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.464: D/houdini(5994): [5994] Loading library(version: 2.0.5.42475 RELEASE)... successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.972: D/dalvikvm(5994): Added shared lib /data/data/com.esri.arcgis.android.samples.helloworld/lib/libruntimecore_java.so 0xa6872d70&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.972: E/dalvikvm(5994): Calling NativeMethodHelper for JNI_OnLoad&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.972: E/dalvikvm(5994): Version returned : 65538&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ not scanning '/system/lib/libwebcore.so' for 'nativeMapCreate' (wrong CL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ not scanning 'libnativehelper.so' for 'nativeMapCreate' (wrong CL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ not scanning 'libjavacore.so' for 'nativeMapCreate' (wrong CL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ not scanning '/system/lib/libmedia_jni.so' for 'nativeMapCreate' (wrong CL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ not scanning '/system/lib/librs_jni.so' for 'nativeMapCreate' (wrong CL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ not scanning '/system/lib/libchromium_net.so' for 'nativeMapCreate' (wrong CL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ scanning '/data/data/com.esri.arcgis.android.samples.helloworld/lib/libruntimecore_java.so' for 'nativeMapCreate'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): +++ calling dlsym(Java_com_esri_android_map_MapSurface_nativeMapCreate)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;03-13 14:47:42.984: V/dalvikvm(5994): Found 'Java_com_esri_android_map_MapSurface_nativeMapCreate' with dlsym&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 20:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456720#M3079</guid>
      <dc:creator>RobertHewlett2</dc:creator>
      <dc:date>2013-03-13T20:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456721#M3080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wow I posted this days ago with no replies... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;...ESRI needs to recompile their native library for x86 and distribute that *.dll along with the ArcGIS runtime for Android...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes but technically it's still a .so file regardless of the platform because Android is unix based. I &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So how do we get ArcGIS to build this for us?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 23:42:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456721#M3080</guid>
      <dc:creator>KalakiNórdsson</dc:creator>
      <dc:date>2013-03-13T23:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456722#M3081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if ESRI is working on x86 libraries for this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 15:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456722#M3081</guid>
      <dc:creator>MáximoMussini</dc:creator>
      <dc:date>2013-06-15T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456723#M3082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are considering adding x86 build for the emulator, but currently recommend testing and building on a physical device.&amp;nbsp; I suggest submitting this request to &lt;/SPAN&gt;&lt;A href="http://ideas.arcgis.com/"&gt;ArcGIS Ideas&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 19:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456723#M3082</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-06-21T19:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456724#M3083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try the new &lt;/SPAN&gt;&lt;A href="http://www.genymotion.com/"&gt;genymotion&lt;/A&gt;&lt;SPAN&gt; emulator. Its much faster than than the x86 emulator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 15:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456724#M3083</guid>
      <dc:creator>ThomasBinu</dc:creator>
      <dc:date>2013-07-26T15:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456725#M3084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a matter of fact I started using it yesterday. Have you tested that it works with ArcGIS for Android?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 21:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456725#M3084</guid>
      <dc:creator>MáximoMussini</dc:creator>
      <dc:date>2013-07-26T21:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456726#M3085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I tried, it mostly works but there are still some weird errors especially with callouts&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 08:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456726#M3085</guid>
      <dc:creator>ThomasBinu</dc:creator>
      <dc:date>2013-07-27T08:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456727#M3086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not working for me. From what I understand, Genymotion also uses x86.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I don't provide a libruntimecore_java.so for x86 it crashes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.UnsatisfiedLinkError: Couldn't load runtimecore_java from loader&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you provide a .so for x86 (an invalid one) it doesn't crash, but naturally, it doesn't work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think ESRI should put more though into this. x86 emulation has clearly been adopted by the whole Android community, any library vendor should provide an x86 version of the native libraries used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jul 2013 18:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456727#M3086</guid>
      <dc:creator>MáximoMussini</dc:creator>
      <dc:date>2013-07-27T18:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456728#M3087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Trying to keep these &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/79459-ArcGIS-for-Intel-Atom-x86"&gt;posts&lt;/A&gt;&lt;SPAN&gt; in synch.&amp;nbsp; I will add that we are testing with genymotion emulator as well since this post referenced it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 20:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456728#M3087</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-08-22T20:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Working on ARM, not working on Intel Atom (x86)...</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456729#M3088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is what is working for me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some of the samples with the following combination of software:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'SDK ADT Bundle for Windows' (version 22.3) (64 bit)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href=" http://developer.android.com/sdk/index.html#download"&gt; http://developer.android.com/sdk/index.html#download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Runtime for Android 10.2 (local)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/android/"&gt;https://developers.arcgis.com/en/android/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not install the the genymotion plugin for eclipse, the DDMS (adb) picked up the emulator. Previously, I had to do adb connect at the command-line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that genymotion likes virtualbox to be running before it starts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 04:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/working-on-arm-not-working-on-intel-atom-x86/m-p/456729#M3088</guid>
      <dc:creator>RobertHewlett2</dc:creator>
      <dc:date>2013-12-05T04:44:27Z</dc:date>
    </item>
  </channel>
</rss>

