<?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: Android Studio Licensing Save Feature Problem in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-studio-licensing-save-feature-problem/m-p/448261#M3031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK i verified this is not a code or Android Studio issue.&amp;nbsp; The timing is just a coincidence.&amp;nbsp; Issue is that this line of code crashes when accessing one AGOL organization on ArcGIS.com.&amp;nbsp;&amp;nbsp; Weirdly another organization I work for works just fine with the same line of code.&amp;nbsp; Verified credentials always correct.&amp;nbsp; Must be some sort of settings change within the AGOL Organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 9pt; font-weight: bold;"&gt;try &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New';"&gt;{

&amp;nbsp;&amp;nbsp;&amp;nbsp; portalInfo = portal.fetchPortalInfo();

 } &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 9pt; font-weight: bold;"&gt;catch &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New';"&gt;(Exception e) {
&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-family: 'Courier New'; font-size: 9pt; font-style: italic;"&gt;e.printStackTrace();
&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-family: 'Courier New'; font-size: 9pt; font-style: italic;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New';"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 9pt; font-weight: bold;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 9pt;"&gt;;
&amp;nbsp; }

&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;09-21 19:12:11.860&amp;nbsp; 15208-16366/gov.s1.s1mobile I/Error﹕ java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equalsIgnoreCase(java.lang.String)' on a null object reference&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;NullPointerException&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 20:02:00 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-11T20:02:00Z</dc:date>
    <item>
      <title>Android Studio Licensing Save Feature Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-studio-licensing-save-feature-problem/m-p/448260#M3030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ever since importing a project Eclipse to Android Studio am now getting the following error when trying to save a feature in a local runtime geodatabase.&amp;nbsp; All other ESRI related functionality still seems to work.&amp;nbsp; Am using 10.2.6-2.&amp;nbsp; The error is as follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"An Error occurred: Attempt to use functionality that is not supported for the current level -3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody else run into this?&amp;nbsp; We are authenticating based on AGOL credentials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 16:36:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-studio-licensing-save-feature-problem/m-p/448260#M3030</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-09-18T16:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Android Studio Licensing Save Feature Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-studio-licensing-save-feature-problem/m-p/448261#M3031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK i verified this is not a code or Android Studio issue.&amp;nbsp; The timing is just a coincidence.&amp;nbsp; Issue is that this line of code crashes when accessing one AGOL organization on ArcGIS.com.&amp;nbsp;&amp;nbsp; Weirdly another organization I work for works just fine with the same line of code.&amp;nbsp; Verified credentials always correct.&amp;nbsp; Must be some sort of settings change within the AGOL Organization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 9pt; font-weight: bold;"&gt;try &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New';"&gt;{

&amp;nbsp;&amp;nbsp;&amp;nbsp; portalInfo = portal.fetchPortalInfo();

 } &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 9pt; font-weight: bold;"&gt;catch &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New';"&gt;(Exception e) {
&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-family: 'Courier New'; font-size: 9pt; font-style: italic;"&gt;e.printStackTrace();
&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-family: 'Courier New'; font-size: 9pt; font-style: italic;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9pt; font-family: 'Courier New';"&gt;
&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New'; font-size: 9pt; font-weight: bold;"&gt;return&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 9pt;"&gt;;
&amp;nbsp; }

&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;09-21 19:12:11.860&amp;nbsp; 15208-16366/gov.s1.s1mobile I/Error﹕ java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equalsIgnoreCase(java.lang.String)' on a null object reference&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;NullPointerException&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/android-studio-licensing-save-feature-problem/m-p/448261#M3031</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T20:02:00Z</dc:date>
    </item>
  </channel>
</rss>

