<?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/470849#M3207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Were you able to follow this guide to make sure that you have the dependencies properly configured in your application?&lt;BR /&gt;&lt;BR /&gt;&lt;A class="" href="https://developers.arcgis.com/android/latest/guide/develop-your-first-map-app.htm" title="https://developers.arcgis.com/android/latest/guide/develop-your-first-map-app.htm"&gt;Develop your first map app—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Do you know you have a valid license string?&lt;BR /&gt;&lt;BR /&gt;Here is where the license can be found for a lite license level: &amp;nbsp;&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;BR /&gt;&lt;BR /&gt;And if you need a higher license level, you can contact customer service and purchase one.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;It says in that documentation that you need to call setLicense before any runtime code is called. &amp;nbsp;You can do this by either calling setLicense in your application class or in your main activity in the onCreate function override.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;In your original message, you said that you were expecting something to change? &amp;nbsp;What exactly did you expect to change when you ran the licensing code?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2017 13:28:15 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2017-05-25T13:28:15Z</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/470844#M3202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone explain where to paste this code... &amp;nbsp;&amp;nbsp;it's so frustrating me...&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// license with a license key&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; 
ArcGISRuntimeEnvironment.setLicense(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"runtimelite,1000,###########,day-month-year,####################"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;I pasted here,&amp;nbsp;&lt;A class="link-titled" href="http://prntscr.com/fbk1sy" title="http://prntscr.com/fbk1sy" rel="nofollow noopener noreferrer" target="_blank"&gt;http://prntscr.com/fbk1sy&lt;/A&gt;&amp;nbsp;. But nothing changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for any help !&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:50:38 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/470844#M3202</guid>
      <dc:creator>JohnMcoy</dc:creator>
      <dc:date>2021-12-11T20:50:38Z</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/470845#M3203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would paste that in your application class as that is used to maintain global application state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developer.android.com/reference/android/app/Application.html" title="https://developer.android.com/reference/android/app/Application.html"&gt;Application | Android Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you finding that when you paste your license code that it does not authorize it at the correct license level? (looks like you are trying to use a basic license from code pasted but looks like you are showing a lite license in sample above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to authorize it at a lite level to see the watermark disappear? &amp;nbsp;Perhaps it is an issue with the license string itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 13:35:42 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/470845#M3203</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-05-24T13:35:42Z</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/470846#M3204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replay Alexander ! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;If I paste this code in class, then i`m &amp;nbsp;getting error... &amp;nbsp;and setLicense becomes&amp;nbsp;red...&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 17:53:40 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/470846#M3204</guid>
      <dc:creator>JohnMcoy</dc:creator>
      <dc:date>2017-05-24T17:53:40Z</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/470847#M3205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you remember to add the library to your project (usually via Gradle)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 18:39:42 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/470847#M3205</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-05-24T18:39:42Z</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/470848#M3206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Alexander! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here is unexplained where I have to put this code, and what libraries needs to this...&amp;nbsp;&lt;A class="link-titled" href="http://prntscr.com/fbp1oz" title="http://prntscr.com/fbp1oz"&gt;http://prntscr.com/fbp1oz&lt;/A&gt;&amp;nbsp; &amp;nbsp;Could you explain me, or show some sample... I would greatly appreciate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting the answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 20:07:34 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/470848#M3206</guid>
      <dc:creator>JohnMcoy</dc:creator>
      <dc:date>2017-05-24T20:07:34Z</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/470849#M3207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Were you able to follow this guide to make sure that you have the dependencies properly configured in your application?&lt;BR /&gt;&lt;BR /&gt;&lt;A class="" href="https://developers.arcgis.com/android/latest/guide/develop-your-first-map-app.htm" title="https://developers.arcgis.com/android/latest/guide/develop-your-first-map-app.htm"&gt;Develop your first map app—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Do you know you have a valid license string?&lt;BR /&gt;&lt;BR /&gt;Here is where the license can be found for a lite license level: &amp;nbsp;&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;BR /&gt;&lt;BR /&gt;And if you need a higher license level, you can contact customer service and purchase one.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;It says in that documentation that you need to call setLicense before any runtime code is called. &amp;nbsp;You can do this by either calling setLicense in your application class or in your main activity in the onCreate function override.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;In your original message, you said that you were expecting something to change? &amp;nbsp;What exactly did you expect to change when you ran the licensing code?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 13:28:15 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/470849#M3207</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2017-05-25T13:28:15Z</dc:date>
    </item>
  </channel>
</rss>

