<?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: App crashes on API level 25 in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468194#M3181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Gunther, need to know if we have any solution to this !!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2019 19:10:06 GMT</pubDate>
    <dc:creator>DevendraKhatri</dc:creator>
    <dc:date>2019-09-23T19:10:06Z</dc:date>
    <item>
      <title>App crashes on API level 25</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468191#M3178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I have faced architecture related issue in Android API level 25, Nexus 9, [ issue- map doesn't load, app just crashes].&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I debugged and It can be solved by adding supported architecture in the gradle file but I am not sure should&amp;nbsp;it&amp;nbsp;be done or is there any other way through ESRI ?&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Adding this works,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;ndk {&lt;BR /&gt; abiFilters "armeabi", "armeabi-v7a", "x86", "mips"&lt;BR /&gt; }&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Adding architectural related code sometimes gets rejected by google play store.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 20:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468191#M3178</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-11T20:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes on API level 25</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468192#M3179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some more information please.&lt;/P&gt;&lt;P&gt;- What version of the ArcGIS Runtime SDK for Android are you using?&lt;/P&gt;&lt;P&gt;- What architecture is your Nexus 9 device (ARM 32 or 64 bit)?&lt;/P&gt;&lt;P&gt;- At what point does your app crash, as soon as it makes the first call into the&amp;nbsp;&lt;SPAN&gt;ArcGIS Runtime SDK?&lt;BR /&gt;- Can you provide a stack trace or error logs from LogCat?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Note -&amp;nbsp;the ArcGIS Runtime SDK for Android 100.6.0 supports the following ABIs:&lt;BR /&gt;- armeabi-v7a&lt;BR /&gt;- arm64-v8a&lt;BR /&gt;- x86&lt;BR /&gt;We don't support x86_64,&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;armeabi and&amp;nbsp;mips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Gunther&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 09:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468192#M3179</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2019-09-13T09:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes on API level 25</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468193#M3180</link>
      <description>&lt;P&gt;Hi Gunther,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 . I am using ArcGIS android SDK 100.2.1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;[ Reason- iOS 9 devices are not supported in later versions and we want to keep both the platforms&amp;nbsp; on same versions ]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[ we have other plugin dependencies, where we have to use Java 6 and cannot go to Java 7/8, hence cannot use &amp;nbsp;&amp;nbsp;&amp;nbsp;Android SDK 100.4&amp;nbsp;or later ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Nexus 9 is 64 bit device&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. App crashes soon it is opened&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. This is the error:&lt;/P&gt;
&lt;P&gt;java.lang.RuntimeException: Unable to start activity ComponentInfo{org.aurigo.mobile/xyz.xyz.xyz.MapActivity}: android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class com.esri.arcgisruntime.mapping.view.MapView&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Caused by: android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class com.esri.arcgisruntime.mapping.view.MapView&lt;BR /&gt;Caused by: android.view.InflateException: Binary XML file line #9: Error inflating class com.esri.arcgisruntime.mapping.view.MapView&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if I should provide more information.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 14:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468193#M3180</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2024-07-01T14:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes on API level 25</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468194#M3181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;Gunther, need to know if we have any solution to this !!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2019 19:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468194#M3181</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-23T19:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes on API level 25</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468195#M3182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Devendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the call stack you provided, it looks like an exception might occur when&amp;nbsp;initialising&amp;nbsp;the MapView. Does the call stack provide further information beyond this line?&lt;BR /&gt;```&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;com.esri.arcgisruntime.mapping.view.MapView&lt;/SPAN&gt;&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you also share your code that creates the ArcGISMap and sets it into the MapView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify, you only see the crash without the following in your gradle script?&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;ndk {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;abiFilters "armeabi", "armeabi-v7a", "x86", "mips"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;```&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If you add this code, the MapView initialises and your map renders fine?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Gunther&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 15:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468195#M3182</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2019-09-24T15:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: App crashes on API level 25</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468196#M3183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't get any additional information other than that trace. And yes,&lt;/P&gt;&lt;P&gt;this does the magic,'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;ndk {&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;abiFilters "armeabi", "armeabi-v7a", "x86", "mips"&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;need to just make sure, play store will not&amp;nbsp;block the deployment.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 18:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/app-crashes-on-api-level-25/m-p/468196#M3183</guid>
      <dc:creator>DevendraKhatri</dc:creator>
      <dc:date>2019-09-24T18:07:51Z</dc:date>
    </item>
  </channel>
</rss>

