<?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: Unknown attribute mapoptions [maven] in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unknown-attribute-mapoptions-maven/m-p/283320#M1881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was, that my device could not connect to the internet, so the app starts with black screen with no errors. It worked with a different device. Topic can be deleted/closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although it xml still shows that there is Unknown attribute mapopions. if you type it inside &lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;com.esri.android.map.MapView&lt;/SPAN&gt; and you get no "hints" when you press ctrl + space. For hints you have to type it outside &lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;com.esri.android.map.MapView&lt;/SPAN&gt; first, then copy paste it back in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 14:11:58 GMT</pubDate>
    <dc:creator>MotiejusViltrakis</dc:creator>
    <dc:date>2015-12-14T14:11:58Z</dc:date>
    <item>
      <title>Unknown attribute mapoptions [maven]</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unknown-attribute-mapoptions-maven/m-p/283319#M1880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going through Esri "Hello world" tutorial for android. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my activitymain.xml (layout) I copy and paste this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;xml version=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"1.0" &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;encoding=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"utf-8"&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;?&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;RelativeLayout&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;... (cut out)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;nbsp; &amp;lt;com.esri.android.map.MapView&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:id=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"@+id/map"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_width=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"fill_parent"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_height=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"fill_parent"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;mapoptions.MapType=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"Streets"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;mapoptions.center=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"34.056215, -117.195668"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;mapoptions.ZoomLevel=&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"16"&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;nbsp; &amp;lt;/com.esri.android.map.MapView&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;/RelativeLayout&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Xml file gives me an error: Unknown attribute mapoptions.MapType...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Looks like xml cant find what is mapotions in maven&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;When i launch the app, it opens, but with black screen where the map should be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Btw I have not downloaded the SDK. Im using &lt;A href="https://developers.arcgis.com/android/guide/install-and-set-up.htm#ESRI_SECTION1_C9913E8160D74241977115BEA470E1C3"&gt;Android Studio and the Esri ArcGIS maven repository&lt;/A&gt; &lt;SPAN style="color: #303030;"&gt;instead. With dependency &lt;CODE class="hljs java"&gt;&lt;SPAN class="hljs-string"&gt;'com.esri.arcgis.android:arcgis-android:10.2.7'&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="hljs-string"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN class="hljs-string"&gt;What am I doing wrong ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 15:08:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unknown-attribute-mapoptions-maven/m-p/283319#M1880</guid>
      <dc:creator>MotiejusViltrakis</dc:creator>
      <dc:date>2015-12-10T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown attribute mapoptions [maven]</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unknown-attribute-mapoptions-maven/m-p/283320#M1881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was, that my device could not connect to the internet, so the app starts with black screen with no errors. It worked with a different device. Topic can be deleted/closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although it xml still shows that there is Unknown attribute mapopions. if you type it inside &lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;com.esri.android.map.MapView&lt;/SPAN&gt; and you get no "hints" when you press ctrl + space. For hints you have to type it outside &lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;com.esri.android.map.MapView&lt;/SPAN&gt; first, then copy paste it back in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 14:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/unknown-attribute-mapoptions-maven/m-p/283320#M1881</guid>
      <dc:creator>MotiejusViltrakis</dc:creator>
      <dc:date>2015-12-14T14:11:58Z</dc:date>
    </item>
  </channel>
</rss>

