<?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: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236222#M2811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did any of the above suggestion workarounds work for you? Did you update your Xamarin tooling / Visual Studio to the latest version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2018 13:21:12 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2018-07-31T13:21:12Z</dc:date>
    <item>
      <title>ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236217#M2806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are working with Xamarin Forms&amp;nbsp;+ Runtime and this does not seem to work with emulators/devices having android 8. Attached is a simple implementation to replicate the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 13:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236217#M2806</guid>
      <dc:creator>SandeepKuniel1</dc:creator>
      <dc:date>2018-04-24T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236218#M2807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried disabling "Use Shared Runtime" and "Use Fast Deployment?"&amp;nbsp; Those are under Android Options --&amp;gt; Packaging Properties on the project's properties page.&amp;nbsp; Then uninstall the app from emulator or device and do a full rebuild/redeploy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 14:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236218#M2807</guid>
      <dc:creator>RichZwaap</dc:creator>
      <dc:date>2018-04-24T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236219#M2808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;So there were 2 issues, on the emulator as you suggested.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;disabling "Use Shared Runtime" and "Use Fast Deployment?" worked fine with the test app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;But in our app, we had one more issue caused due to the&amp;nbsp;&lt;/SPAN&gt;version 4.2.2&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/211621"&gt;ArcGIS Runtime 100.2.1 does not work with Xamarin Forms and Android 4.2.2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fix for the above was to include this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;JavaSystem.LoadLibrary("runtimecore");//which did not work with version 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the final fix was to do this.&lt;/P&gt;&lt;P&gt;if (Build.VERSION.SdkInt &amp;lt;= BuildVersionCodes.JellyBean)&amp;nbsp;&lt;BR /&gt;&amp;nbsp;JavaSystem.LoadLibrary("runtimecore"); // fix for the android version 4.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 10:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236219#M2808</guid>
      <dc:creator>SandeepKuniel1</dc:creator>
      <dc:date>2018-04-25T10:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236220#M2809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for letting us know that the LoadLibrary call fails for you on newer versions of Android.&amp;nbsp; I suspect that will fail on Android 7 and up due to restrictions that were introduce in the loading of 3rd party libraries at run-time.&amp;nbsp; Also, I would expect that disabling "Shared Runtime" and "Fast Deployment" on Android versions prior to 8.0 is not necessary.&amp;nbsp; At least, I've not seen a problem with that at earlier versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 18:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236220#M2809</guid>
      <dc:creator>RichZwaap</dc:creator>
      <dc:date>2018-04-25T18:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236221#M2810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update on it?We are facing the same issue.&lt;/P&gt;&lt;P&gt;We have downloaded the runtime (Xamarin) on&amp;nbsp; 27/July/2018, and it is sucessfully running on android api level 24(nugget7.0) but not above it.&lt;/P&gt;&lt;P&gt;Xamarin Forms version:3.0X&lt;/P&gt;&lt;P&gt;The app is workingg in UWP&lt;/P&gt;&lt;P&gt;Arcgis Runitme(.net) is 100.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 06:39:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236221#M2810</guid>
      <dc:creator>RAHULPANDIA</dc:creator>
      <dc:date>2018-07-31T06:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236222#M2811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did any of the above suggestion workarounds work for you? Did you update your Xamarin tooling / Visual Studio to the latest version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 13:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236222#M2811</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-07-31T13:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236223#M2812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Visual studio 2017(have all the latest update)&lt;/P&gt;&lt;P&gt;Disabled the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"Shared Runtime" and "Fast Deployment"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Added the Java runtime&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Yes have been updating xamarin forms to version 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 13:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236223#M2812</guid>
      <dc:creator>RAHULPANDIA</dc:creator>
      <dc:date>2018-07-31T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236224#M2813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to be extra sure,&amp;nbsp;can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Uninstall the app from the target device&lt;/LI&gt;&lt;LI&gt;Delete the output folder (bin folder in the project directory&amp;nbsp;by default)&lt;/LI&gt;&lt;LI&gt;Delete the intermediate folder (obj folder in the project directory by default)&lt;/LI&gt;&lt;LI&gt;Rebuild and re-deploy&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just to ensure that the Mono Shared Runtime and Fast Deployment are no longer being used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 18:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236224#M2813</guid>
      <dc:creator>RichZwaap</dc:creator>
      <dc:date>2018-07-31T18:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 100.2.1 crashes on Android 8.0 (API 26)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236225#M2814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! This solved the issue along with&lt;STRONG&gt; Disabled the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;"Shared Runtime" and "Fast Deployment"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 10:24:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/arcgis-runtime-100-2-1-crashes-on-android-8-0-api/m-p/236225#M2814</guid>
      <dc:creator>RAHULPANDIA</dc:creator>
      <dc:date>2018-08-01T10:24:14Z</dc:date>
    </item>
  </channel>
</rss>

