<?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 import com.esri.arcgisruntime.data.ShapefileFeatureTable; in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217224#M1417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following line of code exists in my gradle&lt;/P&gt;&lt;P&gt;compile &lt;SPAN style="color: #008000; font-weight: bold;"&gt;'com.esri.arcgisruntime:arcgis-android:100.1.0 &lt;BR /&gt;&lt;/SPAN&gt;however on trying the following&lt;SPAN style="color: #008000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;import &lt;/SPAN&gt;com.esri.arcgisruntime.data.ShapefileFeatureTable;&lt;BR /&gt;i get the error : "cannot resolve symbol ShapefileFeatureTable"&lt;SPAN style="color: #008000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;i want to display a local shape file over my base map in my android app&lt;/P&gt;&lt;P&gt;(&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/sample-code/feature-layer-shapefile.htm#ESRI_SECTION1_C5CAE799E06E4F618A00CDE9FF38FDC8" title="https://developers.arcgis.com/android/latest/sample-code/feature-layer-shapefile.htm#ESRI_SECTION1_C5CAE799E06E4F618A00CDE9FF38FDC8"&gt;Feature Layer Shapefile—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 08:28:54 GMT</pubDate>
    <dc:creator>asimjan</dc:creator>
    <dc:date>2018-08-29T08:28:54Z</dc:date>
    <item>
      <title>import com.esri.arcgisruntime.data.ShapefileFeatureTable;</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217224#M1417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following line of code exists in my gradle&lt;/P&gt;&lt;P&gt;compile &lt;SPAN style="color: #008000; font-weight: bold;"&gt;'com.esri.arcgisruntime:arcgis-android:100.1.0 &lt;BR /&gt;&lt;/SPAN&gt;however on trying the following&lt;SPAN style="color: #008000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;import &lt;/SPAN&gt;com.esri.arcgisruntime.data.ShapefileFeatureTable;&lt;BR /&gt;i get the error : "cannot resolve symbol ShapefileFeatureTable"&lt;SPAN style="color: #008000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;i want to display a local shape file over my base map in my android app&lt;/P&gt;&lt;P&gt;(&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/sample-code/feature-layer-shapefile.htm#ESRI_SECTION1_C5CAE799E06E4F618A00CDE9FF38FDC8" title="https://developers.arcgis.com/android/latest/sample-code/feature-layer-shapefile.htm#ESRI_SECTION1_C5CAE799E06E4F618A00CDE9FF38FDC8"&gt;Feature Layer Shapefile—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217224#M1417</guid>
      <dc:creator>asimjan</dc:creator>
      <dc:date>2018-08-29T08:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: import com.esri.arcgisruntime.data.ShapefileFeatureTable;</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217225#M1418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ShapefileFeatureTable was introduced at 100.2.0. Change your gradle script to the latest version - 100.3.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 01:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217225#M1418</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2018-08-30T01:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: import com.esri.arcgisruntime.data.ShapefileFeatureTable;</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217226#M1419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to use the code on this link&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/sample-code/feature-layer-shapefile.htm" title="https://developers.arcgis.com/android/latest/sample-code/feature-layer-shapefile.htm"&gt;Feature Layer Shapefile—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; but here in they mention the shapefile_path string which i have in my res/strings.xml file&lt;/P&gt;&lt;P&gt;my question is where does this folder go? i mean does it exist in the root app/ArcGIS/samples or in the resources folder kindly guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 11.3pt;"&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;name=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"shapefile_path"&lt;/SPAN&gt;&amp;gt;/ArcGIS/Samples/ShapeFile/Aurora_CO_shp/Public_Art.shp&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;string&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 05:42:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/import-com-esri-arcgisruntime-data/m-p/217226#M1419</guid>
      <dc:creator>asimjan</dc:creator>
      <dc:date>2018-09-01T05:42:58Z</dc:date>
    </item>
  </channel>
</rss>

