<?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 MapView.retainState() crashing in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340162#M2221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have inherited a native Android application and went about migrating from SDK 10.2.3 to 10.2.8-1 per the documentation. &amp;nbsp;However, I am getting a UnsatisifiedLinkError when retainState() is called on the mapview object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java.lang.UnsatisfiedLinkError: No implementation found for byte[] com.esri.core.geometry.GeometryEngineCore.nativeNormalizeCentralMeridian(byte[], int, java.lang.String) (tried Java_com_esri_core_geometry_GeometryEngineCore_nativeNormalizeCentralMeridian and Java_com_esri_core_geometry_GeometryEngineCore_nativeNormalizeCentralMeridian___3BILjava_lang_String_2)&lt;BR /&gt; at com.esri.core.geometry.GeometryEngineCore.nativeNormalizeCentralMeridian(Native Method)&lt;BR /&gt; at com.esri.core.geometry.GeometryEngineCore.normalizeCentralMeridian(SourceFile:950)&lt;BR /&gt; at com.esri.core.geometry.GeometryEngine.normalizeCentralMeridian(SourceFile:487)&lt;BR /&gt; at com.esri.android.map.MapView.retainState(SourceFile:1421)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this before? This is appears to be happening across devices, with my primary test device a base Nexus 5 with the latest 6.0 Android patches applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 18:03:06 GMT</pubDate>
    <dc:creator>JasonStephenson</dc:creator>
    <dc:date>2016-09-13T18:03:06Z</dc:date>
    <item>
      <title>MapView.retainState() crashing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340162#M2221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have inherited a native Android application and went about migrating from SDK 10.2.3 to 10.2.8-1 per the documentation. &amp;nbsp;However, I am getting a UnsatisifiedLinkError when retainState() is called on the mapview object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java.lang.UnsatisfiedLinkError: No implementation found for byte[] com.esri.core.geometry.GeometryEngineCore.nativeNormalizeCentralMeridian(byte[], int, java.lang.String) (tried Java_com_esri_core_geometry_GeometryEngineCore_nativeNormalizeCentralMeridian and Java_com_esri_core_geometry_GeometryEngineCore_nativeNormalizeCentralMeridian___3BILjava_lang_String_2)&lt;BR /&gt; at com.esri.core.geometry.GeometryEngineCore.nativeNormalizeCentralMeridian(Native Method)&lt;BR /&gt; at com.esri.core.geometry.GeometryEngineCore.normalizeCentralMeridian(SourceFile:950)&lt;BR /&gt; at com.esri.core.geometry.GeometryEngine.normalizeCentralMeridian(SourceFile:487)&lt;BR /&gt; at com.esri.android.map.MapView.retainState(SourceFile:1421)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this before? This is appears to be happening across devices, with my primary test device a base Nexus 5 with the latest 6.0 Android patches applied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340162#M2221</guid>
      <dc:creator>JasonStephenson</dc:creator>
      <dc:date>2016-09-13T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: MapView.retainState() crashing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340163#M2222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What libraries are you using in your project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen some similar behavior when multidex is not being used and/or a 64 bit (I think 64 bit) library is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340163#M2222</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-09-15T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: MapView.retainState() crashing</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340164#M2223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up figuring it out with the help of support. &amp;nbsp;I had ported from the lib inclusion installation for 10.2.3 to using Gradle for the install for 10.2.8-1, but had missed the .so files in armabi. &amp;nbsp;Deleting these cleared things up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/mapview-retainstate-crashing/m-p/340164#M2223</guid>
      <dc:creator>JasonStephenson</dc:creator>
      <dc:date>2016-09-15T15:27:37Z</dc:date>
    </item>
  </channel>
</rss>

