<?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: Does the Android Beta API run on Honeycomb? in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/does-the-android-beta-api-run-on-honeycomb/m-p/526099#M2167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FWIW, I had the same problem and adding&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to the android manifest fixed the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 14:48:32 GMT</pubDate>
    <dc:creator>EmilStanchev</dc:creator>
    <dc:date>2012-05-30T14:48:32Z</dc:date>
    <item>
      <title>Does the Android Beta API run on Honeycomb?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/does-the-android-beta-api-run-on-honeycomb/m-p/526098#M2166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the Android Beta API run on honeycomb? The following working code fails on a motorola xoom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code crashes on honeycomb:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family:&amp;quot;Courier New&amp;quot;;"&gt;&lt;BR /&gt;View vw = View.inflate(this, R.layout.fire_annotate, null);&lt;BR /&gt;&lt;BR /&gt;//get a handle to the mapview place holder&lt;BR /&gt;LinearLayout placeHolder = (LinearLayout) vw.findViewById(R.id.map_view_place_holder);&lt;BR /&gt;map = new MapView(this);&lt;BR /&gt;&lt;SPAN&gt;ArcGISTiledMapServiceLayer layer = new ArcGISTiledMapServiceLayer(this,"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt;map.addLayer(layer); &lt;BR /&gt;&lt;BR /&gt;LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.FILL_PARENT, LinearLayout.LayoutParams.FILL_PARENT);&lt;BR /&gt;placeHolder.addView(map,lp);&lt;BR /&gt;setContentView(vw); &lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;exception is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:&amp;quot;Courier New&amp;quot;;"&gt;09-14 20:49:18.410: ERROR/(20457): statfs /mnt/sdcard/ArcGIS failed, errno: 2&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): Failed to initialize the layer:&lt;A href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): java.lang.IllegalArgumentException&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at android.os.StatFs.native_setup(Native Method)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at android.os.StatFs.&amp;lt;init&amp;gt;(StatFs.java:32)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.a.g.a(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.a.f.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.a.g.a(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.map.ags.ArcGISTiledMapServiceLayer.initModel(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.map.ags.ArcGISTiledMapServiceLayer.initModel(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.map.LayerView.initLayer(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.map.MapView$1.a(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at com.esri.android.map.MapView$1.call(Unknown Source)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at java.util.concurrent.FutureTask.run(FutureTask.java:137)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1081)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:574)&lt;BR /&gt;09-14 20:49:18.410: ERROR/ArcGIS(20457): at java.lang.Thread.run(Thread.java:1020)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2011 10:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/does-the-android-beta-api-run-on-honeycomb/m-p/526098#M2166</guid>
      <dc:creator>StephenJames</dc:creator>
      <dc:date>2011-09-14T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Android Beta API run on Honeycomb?</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/does-the-android-beta-api-run-on-honeycomb/m-p/526099#M2167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FWIW, I had the same problem and adding&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to the android manifest fixed the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 14:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/does-the-android-beta-api-run-on-honeycomb/m-p/526099#M2167</guid>
      <dc:creator>EmilStanchev</dc:creator>
      <dc:date>2012-05-30T14:48:32Z</dc:date>
    </item>
  </channel>
</rss>

