<?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: Select Features Error in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/select-features-error/m-p/339912#M2220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the sample and it seems I can not reproduce the issue. If I click on the map, there is nothing happening. Did you make any changes to the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the other thing you can do is add more debugging code in the onCallback function and check the queryResult when you clicked the map not feature. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 18:49:57 GMT</pubDate>
    <dc:creator>MengyiGuo</dc:creator>
    <dc:date>2015-10-21T18:49:57Z</dc:date>
    <item>
      <title>Select Features Error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/select-features-error/m-p/339911#M2219</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 tried out the method "public void onSingleTap(float x, float y)" in the sample code "Attribute Editor" ( &lt;A href="https://developers.arcgis.com/android/sample-code/attribute-editor/" title="https://developers.arcgis.com/android/sample-code/attribute-editor/"&gt;Attribute Editor | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&amp;nbsp; ) in my ArcGIS for Developers project. If I click (instead on a feature) on the map, the onError-method of the new CallbackListener&amp;lt;FeatureSet&amp;gt;() will be (correctly) called. But there comes always this error message in the logcat: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGISFeatureLayer.FeatureSetCallback.onError&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.esri.core.map.FeatureSet.isExceededTransferLimit()' on a null object reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.android.map.ags.ArcGISFeatureLayer$b.a(SourceFile:609)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.android.map.ags.ArcGISFeatureLayer$b.onCallback(SourceFile:544)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.android.map.ags.ArcGISFeatureLayer$7.run(SourceFile:2013)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.FutureTask.run(FutureTask.java:237)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Thread.java:818)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my question is: What can I do that the error message won't show again resp. the error will be handled correctly (and not just by not clicking on the map)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 10:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/select-features-error/m-p/339911#M2219</guid>
      <dc:creator>MatthiasLeinweber</dc:creator>
      <dc:date>2015-09-04T10:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select Features Error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/select-features-error/m-p/339912#M2220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the sample and it seems I can not reproduce the issue. If I click on the map, there is nothing happening. Did you make any changes to the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the other thing you can do is add more debugging code in the onCallback function and check the queryResult when you clicked the map not feature. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 18:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/select-features-error/m-p/339912#M2220</guid>
      <dc:creator>MengyiGuo</dc:creator>
      <dc:date>2015-10-21T18:49:57Z</dc:date>
    </item>
  </channel>
</rss>

