<?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 Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666477#M6295</link>
    <description>&lt;P&gt;I tested adding a specific implementation dependency for gson (&lt;SPAN&gt;implementation &lt;/SPAN&gt;&lt;SPAN&gt;'com.google.code.gson:gson:2.9.0')&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to our custom ArcGIS wrapper for our expo/react-native app, but with no success. Still the same issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Some more information:&lt;/STRONG&gt;&lt;BR /&gt;The error pops up twice: Once in Portal.addDoneLoadingListener when it’s LoadStatus.FAILED_TO_LOAD,&amp;nbsp; but also for the ArcGISMap.addDoneLoadingListener with the same load status.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;Here is one map that is working correctly: &lt;A href="https://learngis.maps.arcgis.com/home/webmap/viewer.html?webmap=3476f0e5637c481b89eafd18b6620c79" target="_blank" rel="noopener"&gt;https://learngis.maps.arcgis.com/home/webmap/viewer.html?webmap=3476f0e5637c481b89eafd18b6620c79&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;And here is one of the maps which fails: &lt;A href="https://cypsol.maps.arcgis.com/apps/mapviewer/index.html?webmap=b7c4b33f094140c18522df1c233ad184" target="_blank" rel="noopener"&gt;https://cypsol.maps.arcgis.com/apps/mapviewer/index.html?webmap=b7c4b33f094140c18522df1c233ad184&lt;/A&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 17 Nov 2025 20:41:31 GMT</pubDate>
    <dc:creator>ChristopheVan_Baalen</dc:creator>
    <dc:date>2025-11-17T20:41:31Z</dc:date>
    <item>
      <title>ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1665414#M6293</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;BR /&gt;I'm having some customers complaining about the maps not loading after updating to the latest version of our app. (It's an Expo react-native app with a custom implementation for Android and iOS)&lt;BR /&gt;&lt;BR /&gt;The only changes we've done is updating&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;com.esri.arcgisruntime:arcgis-android:100.15.6&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;to&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;com.esri.arcgisruntime:arcgis-android:100.15.7&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only happens on the customers maps, which have a lot of data and moving stuff, but works great on my smaller test map.&lt;BR /&gt;&lt;BR /&gt;In development I see this error:&lt;BR /&gt;&lt;FONT face="andale mono,times" color="#FF6600"&gt;ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b. &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times" color="#FF6600"&gt;Registering an InstanceCreator or a TypeAdapter for this type, or adding a no-args constructor may fix this problem&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I can't find anything related to this issue, maybe anyone of you have some idea on whats going on?&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Nov 2025 12:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1665414#M6293</guid>
      <dc:creator>ChristopheVan_Baalen</dc:creator>
      <dc:date>2025-11-13T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666393#M6294</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73678"&gt;@ChristopheVan_Baalen&lt;/a&gt;&amp;nbsp;- can you check the gson dependency your app is using. The ArcGIS Runtime SDK for Android 100.15.7 depends on gson 2.9.0. If your application depends on a newer version of gson, this might be the cause of this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 18:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666393#M6294</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2025-11-17T18:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666477#M6295</link>
      <description>&lt;P&gt;I tested adding a specific implementation dependency for gson (&lt;SPAN&gt;implementation &lt;/SPAN&gt;&lt;SPAN&gt;'com.google.code.gson:gson:2.9.0')&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to our custom ArcGIS wrapper for our expo/react-native app, but with no success. Still the same issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Some more information:&lt;/STRONG&gt;&lt;BR /&gt;The error pops up twice: Once in Portal.addDoneLoadingListener when it’s LoadStatus.FAILED_TO_LOAD,&amp;nbsp; but also for the ArcGISMap.addDoneLoadingListener with the same load status.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;Here is one map that is working correctly: &lt;A href="https://learngis.maps.arcgis.com/home/webmap/viewer.html?webmap=3476f0e5637c481b89eafd18b6620c79" target="_blank" rel="noopener"&gt;https://learngis.maps.arcgis.com/home/webmap/viewer.html?webmap=3476f0e5637c481b89eafd18b6620c79&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;And here is one of the maps which fails: &lt;A href="https://cypsol.maps.arcgis.com/apps/mapviewer/index.html?webmap=b7c4b33f094140c18522df1c233ad184" target="_blank" rel="noopener"&gt;https://cypsol.maps.arcgis.com/apps/mapviewer/index.html?webmap=b7c4b33f094140c18522df1c233ad184&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Nov 2025 20:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666477#M6295</guid>
      <dc:creator>ChristopheVan_Baalen</dc:creator>
      <dc:date>2025-11-17T20:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666642#M6296</link>
      <description>&lt;P&gt;I created a simple test app for reproducing this issue:&lt;BR /&gt;&lt;A href="https://github.com/chichoch/arcgis-bug" target="_blank"&gt;https://github.com/chichoch/arcgis-bug&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 11:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666642#M6296</guid>
      <dc:creator>ChristopheVan_Baalen</dc:creator>
      <dc:date>2025-11-18T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666687#M6297</link>
      <description>&lt;P&gt;Thank you! We are investigating and will get back asap...&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 13:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1666687#M6297</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2025-11-18T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1667850#M6298</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73678"&gt;@ChristopheVan_Baalen&lt;/a&gt;&amp;nbsp;We have identified the issue as a bug in 100.15.7. We are working on a fix and will release another patch soon. Thank you for providing the repro case and apologies for any inconvenience.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 13:15:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1667850#M6298</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2025-11-21T13:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1668138#M6299</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;BR /&gt;Please keep me updated on the release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 08:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1668138#M6299</guid>
      <dc:creator>ChristopheVan_Baalen</dc:creator>
      <dc:date>2025-11-24T08:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1670051#M6300</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73678"&gt;@ChristopheVan_Baalen&lt;/a&gt;&amp;nbsp;-&amp;nbsp;we have a fix which is currently going through certification. We are targeting a patch release on December 10th.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 09:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1670051#M6300</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2025-12-03T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1672003#M6301</link>
      <description>&lt;P&gt;We have released a fix with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;100.15.8.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Release on JFrog:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://esri.jfrog.io/ui/native/arcgis/com/esri/arcgisruntime/arcgis-android/100.15.8/" target="_blank" rel="nofollow noopener"&gt;https://esri.jfrog.io/ui/native/arcgis/com/esri/arcgisruntime/arcgis-android/100.15.8/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Release note:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/android/release-notes/release-notes-for-100-15/#100158" target="_blank" rel="nofollow noopener"&gt;https://developers.arcgis.com/android/release-notes/release-notes-for-100-15/#100158&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 10 Dec 2025 16:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/arcgis-map-error-unable-to-create-instance-of/m-p/1672003#M6301</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2025-12-10T16:45:44Z</dc:date>
    </item>
  </channel>
</rss>

