<?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: How to set license on ArcGIS runtime android 100 in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312888#M2067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have been working on ArcGIS android SDK 100.0.&lt;/P&gt;&lt;P&gt;But strangely there not found the way for use shape files.&lt;/P&gt;&lt;P&gt;In past work, I have worked with shape file on ArcGIS android 10.28.&lt;/P&gt;&lt;P&gt;I want to know the reason why I can't use shape files on ArcGIS android SDK 100.0.&lt;/P&gt;&lt;P&gt;Could you explain it?&lt;/P&gt;&lt;P&gt;Looks as you are very collaborate and very kind.&lt;/P&gt;&lt;P&gt;I also may help you, if you have issue and I can do it.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2016 10:53:48 GMT</pubDate>
    <dc:creator>JinYingMin1</dc:creator>
    <dc:date>2016-12-06T10:53:48Z</dc:date>
    <item>
      <title>How to set license on ArcGIS runtime android 100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312884#M2063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have been develop Android GIS application on ArcGIS runtime SDK.&lt;/P&gt;&lt;P&gt;Recently I have download the ArcGIS Android SDK 100.0 as new version.&lt;/P&gt;&lt;P&gt;You can get your runtime license from this url.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/arcgis-runtime/licensing/" title="https://developers.arcgis.com/arcgis-runtime/licensing/"&gt;Licensing your ArcGIS Runtime App | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is that describe how set programmatically&amp;nbsp;your license at runtime .&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/license-your-app.htm" title="https://developers.arcgis.com/android/latest/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the sample code is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;ArcGISRuntimeEnvironment.setLicense(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"runtimelite,1000,rud#########,day-month-year,####################"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;but actually the code doesn't works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;there not found the setLicense() &amp;nbsp;with these parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;I don't understand why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;I have correctly configure to develop application on ArcGIS android runtime100.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;I am looking at someone who can help me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 19:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312884#M2063</guid>
      <dc:creator>JinYingMin1</dc:creator>
      <dc:date>2016-11-28T19:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to set license on ArcGIS runtime android 100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312885#M2064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few questions:&lt;/P&gt;&lt;P&gt;Have you copied and pasted the lite string from the developers site as-is?&lt;/P&gt;&lt;P&gt;I'm not sure why your code is calling setLicense() twice, as your screen shot indicates. Can you explain? The second one you show should be all you need to call. The single-parameter license string should work. Can you get the LicenseResult returned from this and tell is what it says?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 21:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312885#M2064</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2016-11-29T21:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to set license on ArcGIS runtime android 100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312886#M2065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;I resolved this issue.&lt;/P&gt;&lt;P&gt;When I call the "setLicense" method, I was confusing.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.....
ArcGISRuntimeEnvironment.setLicense("runtimelite,1000,xxxxxxx,none,xxxxxxxx");&lt;/PRE&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right.&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;I have more question, Could you reply?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:19:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312886#M2065</guid>
      <dc:creator>JinYingMin1</dc:creator>
      <dc:date>2021-12-12T16:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to set license on ArcGIS runtime android 100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312887#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 02:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312887#M2066</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2016-12-01T02:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to set license on ArcGIS runtime android 100</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312888#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I have been working on ArcGIS android SDK 100.0.&lt;/P&gt;&lt;P&gt;But strangely there not found the way for use shape files.&lt;/P&gt;&lt;P&gt;In past work, I have worked with shape file on ArcGIS android 10.28.&lt;/P&gt;&lt;P&gt;I want to know the reason why I can't use shape files on ArcGIS android SDK 100.0.&lt;/P&gt;&lt;P&gt;Could you explain it?&lt;/P&gt;&lt;P&gt;Looks as you are very collaborate and very kind.&lt;/P&gt;&lt;P&gt;I also may help you, if you have issue and I can do it.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 10:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/how-to-set-license-on-arcgis-runtime-android-100/m-p/312888#M2067</guid>
      <dc:creator>JinYingMin1</dc:creator>
      <dc:date>2016-12-06T10:53:48Z</dc:date>
    </item>
  </channel>
</rss>

