<?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: System.DllNotFoundException: libRuntimeCoreNet in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264053#M3108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your device running an Android version older than Level 18?&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Could you try in the Application constructor and add the following line:&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; min-height: 10.66px; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;&amp;nbsp; &amp;nbsp; Java.Lang.JavaSystem.LoadLibrary("runtimecore");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2018 16:54:58 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2018-04-09T16:54:58Z</dc:date>
    <item>
      <title>System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264050#M3105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have Xamarin android app that uses ArcGIS SDK for Xamarin&lt;/P&gt;&lt;P&gt;After the app is installed on the device and I try to lauch it, I get the following exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xamarin caused by: android.runtime.JavaProxyThrowable: System.DllNotFoundException: libRuntimeCoreNet at (wrapper managed-to-native) RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment:CoreRT_ArcGISRuntimeEnvironment_enableBreakOnException (bool,intptr&amp;amp;)&lt;BR /&gt; at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.EnableBreakOnException (System.Boolean enable) [0x00000] in :0 &lt;BR /&gt; at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize () [0x00035] in :0 &lt;BR /&gt; at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.SetLicense (System.String licenseKey) [0x00009] in :0 &lt;BR /&gt; at NeoTreks.PlowOps.Android.Activities.MainActivity.OnCreate (Android.OS.Bundle savedInstanceState) [0x0003a] in &amp;lt;2e8073a2350242dc8c655650b4525319&amp;gt;:0 &lt;BR /&gt; at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_savedInstanceState) [0x0000f] in &amp;lt;3db0c94344514ae1a2cf0f64cb1a487a&amp;gt;:0&lt;BR /&gt; at (wrapper dynamic-method) System.Object:cd243ea0-e72b-4ef1-afd9-336733c9c36a (intptr,intptr,intptr)&lt;BR /&gt; at md515cc6cdff08daa7d20d96887e3190398.MainActivity.n_onCreate(Native Method)&lt;BR /&gt; at md515cc6cdff08daa7d20d96887e3190398.MainActivity.onCreate(MainActivity.java:35)&lt;BR /&gt; at android.app.Activity.performCreate(Activity.java:5993)&lt;BR /&gt; at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105)&lt;BR /&gt; at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)&lt;BR /&gt; at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2375)&lt;BR /&gt; at android.app.ActivityThread.access$900(ActivityThread.java:147)&lt;BR /&gt; at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1283)&lt;BR /&gt; at android.os.Handler.dispatchMessage(Handler.java:102)&lt;BR /&gt; at android.os.Looper.loop(Looper.java:135)&lt;BR /&gt; at android.app.ActivityThread.main(ActivityThread.java:5254)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Native Method)&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:372)&lt;BR /&gt; at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:910)&lt;BR /&gt; at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:705)&lt;/P&gt;&lt;P&gt;Does anyone know what is causing this exception and how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using Esri.ArcGISRuntime.Xamarin.Android, version 100.2.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264050#M3105</guid>
      <dc:creator>PetrPokorny2</dc:creator>
      <dc:date>2018-02-02T12:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264051#M3106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This file should automatically be deployed when deploying the app. It looks like our native library is not getting deployed. Is there any chance you could share a sample that reproduces the problem? I wonder if there's some project setting that is preventing it from happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 16:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264051#M3106</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-02-02T16:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264052#M3107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem with Xamarin Forms (v 2.5.0.280555). There're 2 ways that this error will occur (v100.2.1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: Normal Cross Platform Project. If I change Android MainActivity:&lt;/P&gt;&lt;P&gt;- Change FormsAppCompatActivity to FormsApplicationActivity (it is needed in case to show better GUI in master detail page below)&lt;/P&gt;&lt;P&gt;- Comment out TabLayoutResource and ToolbarResource&lt;/P&gt;&lt;P&gt;- Remove: Theme = "@style/MainTheme"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2: When using Master Detail Page - It run normally if the map run on the first Navigation Page (default detail page)&lt;/P&gt;&lt;P&gt;But if I put the map on another Detail Page and load later or on the Detail Page has a button to show map. It give the error &lt;STRONG&gt;libRuntimeCoreNet&lt;/STRONG&gt; not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Xaml and code is from the default MasterDetaiPage and this tutorial page: &lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/forms/sample-code/arcgismapimagelayerurl.htm" title="https://developers.arcgis.com/net/latest/forms/sample-code/arcgismapimagelayerurl.htm"&gt;ArcGIS map image layer (URL)—ArcGIS Runtime SDK for .NET Samples | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion to fix this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:22:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264052#M3107</guid>
      <dc:creator>DreadKnight</dc:creator>
      <dc:date>2018-03-28T18:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264053#M3108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your device running an Android version older than Level 18?&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;Could you try in the Application constructor and add the following line:&lt;/P&gt;&lt;P style="background-color: transparent; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #3d3d3d; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; min-height: 10.66px; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none #3d3d3d;"&gt;&amp;nbsp; &amp;nbsp; Java.Lang.JavaSystem.LoadLibrary("runtimecore");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 16:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264053#M3108</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-04-09T16:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264054#M3109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to create a sample later if I will have time. In the end we solved the problem by downgrading back to version 100.1.0 which&amp;nbsp;does not have this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 12:00:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264054#M3109</guid>
      <dc:creator>PetrPokorny2</dc:creator>
      <dc:date>2018-04-17T12:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264055#M3110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/PetrPokorny"&gt;PetrPokorny&lt;/A&gt;‌ Did you try my suggestion with the LoadLibrary call? Also could you share some details about the device you're using (device type, OS, version etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:46:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264055#M3110</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-04-17T16:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264056#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morten - I just done the test&amp;nbsp;- upgraded to &amp;nbsp;SDK 100.2.1 and I added call&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Java.Lang.JavaSystem.LoadLibrary("runtimecore"); to Application constructor and it works. Without the call in constructor, I get the exception mentioned above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This is happening on real device - Xiaomi Mi2s, Android 5.0.2, we use target framework 8.0 (oreo) and minimum API level Android 5.0 (Api level 21)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I never had this problem on iOS or Android emulator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Petr&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 11:02:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264056#M3111</guid>
      <dc:creator>PetrPokorny2</dc:creator>
      <dc:date>2018-04-18T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: System.DllNotFoundException: libRuntimeCoreNet</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264057#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for confirming this resolves your issue. We'll try and have this automatically done in the next update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm rather surprised this is an issue on a level 21 device, as this doesn't really match the documentation that covers this issue, and we haven't seen that issue internally either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 16:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/system-dllnotfoundexception-libruntimecorenet/m-p/264057#M3112</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-04-18T16:36:39Z</dc:date>
    </item>
  </channel>
</rss>

