<?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: Failed to resolve com.esri.arcgisruntime:arcgis-android:100.15.1 error in android studio in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-resolve-com-esri-arcgisruntime-arcgis/m-p/1286414#M6027</link>
    <description>&lt;P&gt;The error message "&lt;SPAN&gt;unable to find valid certification path to requested target", seems like to be the clue. Looks like you might be implementing the SDK on some restricted network where the required certificates might not install. This could happen if the network is behind&amp;nbsp;a proxy. Not sure if you can test this on a different network.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would recommend visiting&amp;nbsp;&lt;A href="https://esri.jfrog.io/artifactory/arcgis" target="_blank"&gt;https://esri.jfrog.io/artifactory/arcgis&lt;/A&gt; on the browser and export the proxy signed CA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shubham_Sharma_0-1683322999338.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70008iEE509438A576DD97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shubham_Sharma_0-1683322999338.png" alt="Shubham_Sharma_0-1683322999338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Head to Android studio -&amp;gt; Preferences -&amp;gt; Tools -&amp;gt; Server Certificates and add the exported certificate to allow Android studio to accept it as a trusted certificate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shubham_Sharma_1-1683323422183.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70009i662637C4929CF825/image-size/large?v=v2&amp;amp;px=999" role="button" title="Shubham_Sharma_1-1683323422183.png" alt="Shubham_Sharma_1-1683323422183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gradle Implementation&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;// project level settings.gradle
dependencyResolutionManagement {
    repositories {
        maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
    }
}

// app level build.gradle
dependencies {
    implementation 'com.esri:arcgis-maps-kotlin::100.15.1'
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 21:54:47 GMT</pubDate>
    <dc:creator>Shubham_Sharma</dc:creator>
    <dc:date>2023-05-05T21:54:47Z</dc:date>
    <item>
      <title>Failed to resolve com.esri.arcgisruntime:arcgis-android:100.15.1 error in android studio</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-resolve-com-esri-arcgisruntime-arcgis/m-p/1286369#M6026</link>
      <description>&lt;P&gt;Getting "Cause: unable to find valid certification path to requested target" error&lt;BR /&gt;I have added&amp;nbsp;maven url in settings.gradle file.&lt;/P&gt;&lt;PRE&gt;maven &lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;    url &lt;SPAN&gt;'https://esri.jfrog.io/artifactory/arcgis'&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Facing above issue with Failed to resolve&amp;nbsp;com.esri.arcgisruntime:arcgis-android:100.15.1 error.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 19:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-resolve-com-esri-arcgisruntime-arcgis/m-p/1286369#M6026</guid>
      <dc:creator>PJ30</dc:creator>
      <dc:date>2023-05-05T19:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to resolve com.esri.arcgisruntime:arcgis-android:100.15.1 error in android studio</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-resolve-com-esri-arcgisruntime-arcgis/m-p/1286414#M6027</link>
      <description>&lt;P&gt;The error message "&lt;SPAN&gt;unable to find valid certification path to requested target", seems like to be the clue. Looks like you might be implementing the SDK on some restricted network where the required certificates might not install. This could happen if the network is behind&amp;nbsp;a proxy. Not sure if you can test this on a different network.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I would recommend visiting&amp;nbsp;&lt;A href="https://esri.jfrog.io/artifactory/arcgis" target="_blank"&gt;https://esri.jfrog.io/artifactory/arcgis&lt;/A&gt; on the browser and export the proxy signed CA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shubham_Sharma_0-1683322999338.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70008iEE509438A576DD97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shubham_Sharma_0-1683322999338.png" alt="Shubham_Sharma_0-1683322999338.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Head to Android studio -&amp;gt; Preferences -&amp;gt; Tools -&amp;gt; Server Certificates and add the exported certificate to allow Android studio to accept it as a trusted certificate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shubham_Sharma_1-1683323422183.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/70009i662637C4929CF825/image-size/large?v=v2&amp;amp;px=999" role="button" title="Shubham_Sharma_1-1683323422183.png" alt="Shubham_Sharma_1-1683323422183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gradle Implementation&lt;/P&gt;&lt;LI-CODE lang="kotlin"&gt;// project level settings.gradle
dependencyResolutionManagement {
    repositories {
        maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
    }
}

// app level build.gradle
dependencies {
    implementation 'com.esri:arcgis-maps-kotlin::100.15.1'
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 21:54:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/failed-to-resolve-com-esri-arcgisruntime-arcgis/m-p/1286414#M6027</guid>
      <dc:creator>Shubham_Sharma</dc:creator>
      <dc:date>2023-05-05T21:54:47Z</dc:date>
    </item>
  </channel>
</rss>

