<?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: My Application no longer starts after switch to SDK 10.1.1 in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117563#M884</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;I'm really desperate by now, because I just don't manage to make my application work anymore. I tried copying the new libs from a sample project, restarting eclipse and the device (a Samsung Galaxy S Plus with Android 2.3.3), fixing the project properties, but properties and build path look fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, I tried running the sample project, which would not run either. Even there, I keep getting the unknown host exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The necessary permissions in Maifest are set, and the minSdkVersion is set to 10 as well. In BuildPath -&amp;gt; Order and Export ArcGIS for Android 10.1.1 is checked and not even a full reinstall of the ArcGIS plugin changed anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong? Did I miss anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Apr 2013 10:21:44 GMT</pubDate>
    <dc:creator>PatriziaPeller</dc:creator>
    <dc:date>2013-04-28T10:21:44Z</dc:date>
    <item>
      <title>My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117553#M874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My application started fine and displayed my map when I was using 2.0, but after the switch to 10.1.1 it no longer starts. Below is the error log put out by log cat:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.608: W/dalvikvm(12258): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/esri/core/geometry/GeometryEngine;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.608: W/dalvikvm(12258): Exception Ljava/lang/ExceptionInInitializerError; thrown while initializing Lcom/esri/core/geometry/SpatialReference;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.613: D/AndroidRuntime(12258): Shutting down VM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.613: W/dalvikvm(12258): threadid=1: thread exiting with uncaught exception (group=0x40efa930)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258): FATAL EXCEPTION: main&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258): java.lang.ExceptionInInitializerError&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.bah.ether.EtherActivity.&amp;lt;init&amp;gt;(EtherActivity.java:76)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at java.lang.Class.newInstanceImpl(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at java.lang.Class.newInstance(Class.java:1319)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.app.Instrumentation.newActivity(Instrumentation.java:1054)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2097)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.app.ActivityThread.access$600(ActivityThread.java:141)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.os.Handler.dispatchMessage(Handler.java:99)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.os.Looper.loop(Looper.java:137)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at android.app.ActivityThread.main(ActivityThread.java:5039)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at java.lang.reflect.Method.invokeNative(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:511)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at dalvik.system.NativeStart.main(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258): Caused by: java.lang.ExceptionInInitializerError&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.esri.core.geometry.SpatialReference.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; ... 16 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load runtimecore_java from loader dalvik.system.PathClassLoader[dexPath=/data/app/com.bah.ether-2.apk,libraryPath=/data/app-lib/com.bah.ether-2]: findLibrary returned null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at java.lang.Runtime.loadLibrary(Runtime.java:365)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at java.lang.System.loadLibrary(System.java:535)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.esri.core.internal.util.e$1.initialize(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.esri.core.geometry.GeometryEngine.a(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; at com.esri.core.geometry.GeometryEngine.&amp;lt;clinit&amp;gt;(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;01-17 14:51:07.618: E/AndroidRuntime(12258):&amp;nbsp; ... 17 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:05:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117553#M874</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2013-01-17T18:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117554#M875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The new SDK changed the name of some libraries. Try creating a new ArcGIS Android project and navigate to libs-&amp;gt;armeabi and copy the libruntimecore_java.so file. Paste the file in the same folder in your project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked for me, hope it helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117554#M875</guid>
      <dc:creator>GSauers</dc:creator>
      <dc:date>2013-01-17T18:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117555#M876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The new SDK changed the name of some libraries. Try creating a new ArcGIS Android project and navigate to libs-&amp;gt;armeabi and copy the libruntimecore_java.so file. Paste the file in the same folder in your project.&lt;BR /&gt;&lt;BR /&gt;That worked for me, hope it helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks! This fixed my problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117555#M876</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2013-01-17T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117556#M877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/concepts/index.html#/Upgrade_ArcGIS_Projects_to_v10_1_1/01190000003m000000/"&gt;document&lt;/A&gt;&lt;SPAN&gt; about converting your 2.0 projects to 10.1.1 which automates the updating of the new libraries. It is not only name changes by API as well.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Eclipse right click on your old project and select ArcGIS Tools &amp;gt; Fix Project Properties&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A Progress Information dialog will show the progress of the upgrade&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:49:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117556#M877</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-01-17T18:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117557#M878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We have a &lt;A href="http://resources.arcgis.com/en/help/android-sdk/concepts/index.html#/Upgrade_ArcGIS_Projects_to_v10_1_1/01190000003m000000/"&gt;document&lt;/A&gt; about converting your 2.0 projects to 10.1.1 which automates the updating of the new libraries. It is not only name changes by API as well.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In Eclipse right click on your old project and select ArcGIS Tools &amp;gt; Fix Project Properties&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A Progress Information dialog will show the progress of the upgrade&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan, I saw this in the documentation. However my project did not start out as an ArcGIS project so the option to Fix Project Properties was grayed out. My manual upgrade also reset my Android manifest so that it no longer included permissions for access to the camera. This was odd but easily fixed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 18:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117557#M878</guid>
      <dc:creator>JeffAli</dc:creator>
      <dc:date>2013-01-17T18:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117558#M879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dan, I saw this in the documentation. However my project did not start out as an ArcGIS project so the option to Fix Project Properties was grayed out. My manual upgrade also reset my Android manifest so that it no longer included permissions for access to the camera. This was odd but easily fixed.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm, at some point you must have converted it to an ArcGIS project, otherwise why did you need to update the native libraries.&amp;nbsp; You can convert Android projects to ArcGIS for Android projects using the same right click project approach.&amp;nbsp; See 'Convert to ArcGIS Project' in the following &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/concepts/index.html#/Integration_features/01190000000p000000/"&gt;document&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Let me know if for any reason these tools did not work for you as we want developers to be able to automate through the steps of updated existing projects and/or converting to ArcGIS Android projects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 21:29:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117558#M879</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-01-17T21:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117559#M880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I exported my project out of Eclipse before I upgraded to ESRI's new Android SDK 10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After upgrading the SDK I imported my project back into Eclipse. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The option to go to ArcGIS Tool --&amp;gt; fix project properties was greyed out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could deploy my app onto my phone but when I called the Activity to access ESRI's basemaps my app would crash. So I did what &lt;/SPAN&gt;&lt;STRONG&gt;sauegr01&lt;/STRONG&gt;&lt;SPAN&gt; mentioned in his post above and copied the libruntimecore_java.so file from a new ArcGIS project into my libs --&amp;gt; armeabi folder and then I was able to call the Activity that used ESRI's basemap inside my app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*Update:My popup views aren't working. My basemap and layers are coming from ArcGIS online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to installing the popupups-for- viewing sample code and the app crashes when you click on a symbol to view the popup.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 19:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117559#M880</guid>
      <dc:creator>JohnAllen</dc:creator>
      <dc:date>2013-01-18T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117560#M881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Our feature tools should have recognized your project when you imported the v2.0 project back in.&amp;nbsp; I will look into this workflow and see if I can figure out why the features have been unavailable to you.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Concerning popups, the Popup API has changed so there are some refactoring tasks for your project, please take a look at the updated &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/android-sdk/concepts/index.html#/Displaying_Web_Map_Popups/01190000002q000000/"&gt;document&lt;/A&gt;&lt;SPAN&gt; here to see the API changes. Pay special attention the the new support library requirement and make sure you add it to the sample after you import it. Please share the error log if you continue to get errors with the sample after including the support library.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 03:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117560#M881</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-01-19T03:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117561#M882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Follow up...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dano,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the documentation link you provided as well as did a fresh install of ArcGIS for Android 10.1.1 in Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the new popup-for-viewing sample code for my old app i was working on and finally got everything working properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By using the new popup-for-viewing sample code, my website links work when you click on the site in the popup view.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 16:02:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117561#M882</guid>
      <dc:creator>JohnAllen</dc:creator>
      <dc:date>2013-01-22T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117562#M883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you got the sample working.&amp;nbsp; Concerning updating v2.0 projects to v10.1.1.&amp;nbsp; The issue seems to be related to our dropping support for Android SDK Version 8 API level 2.2.&amp;nbsp; The support level is now a minimum of Android SDK level 10 API version 2.3.3.&amp;nbsp; The following workflow on v2.0 projects will get the feature tool working again:&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Right click v2.0 project and select 'Properties'.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Select Android from the list and choose the Android 2.3.3 Target Name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Right click the v2.0 project and select 'ArcGIS Tools &amp;gt; Fix Project Properties'.&amp;nbsp; It will no longer be grayed out.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Open the projects AndroidManifest.xml file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Change the min SDK version to 10, '&amp;lt;uses-sdk android:minSdkVersion="&lt;/SPAN&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;SPAN&gt;" /&amp;gt;'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your project will be updated to work with v10.1.1.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 00:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117562#M883</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-01-24T00:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117563#M884</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;I'm really desperate by now, because I just don't manage to make my application work anymore. I tried copying the new libs from a sample project, restarting eclipse and the device (a Samsung Galaxy S Plus with Android 2.3.3), fixing the project properties, but properties and build path look fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, I tried running the sample project, which would not run either. Even there, I keep getting the unknown host exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The necessary permissions in Maifest are set, and the minSdkVersion is set to 10 as well. In BuildPath -&amp;gt; Order and Export ArcGIS for Android 10.1.1 is checked and not even a full reinstall of the ArcGIS plugin changed anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong? Did I miss anything?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Apr 2013 10:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117563#M884</guid>
      <dc:creator>PatriziaPeller</dc:creator>
      <dc:date>2013-04-28T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117564#M885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you share which sample you are having issues with and provide the logcat with the error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 20:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117564#M885</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-04-30T20:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117565#M886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried the Hello World Sample and just kept getting an unknown host exception saying that my map's domain could not be resolved by name. I don't know what did the trick, for i just kept retrying all the steps you suggested in several posts and at some point, the sample and application could be deployed successfully again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 07:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117565#M886</guid>
      <dc:creator>PatriziaPeller</dc:creator>
      <dc:date>2013-05-01T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117566#M887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just upgraded to 10.1.1 and started getting this issue and almost identical stack printout.&amp;nbsp; I've tried using the ArcGIS tool to fix the issue and copying the armeabi &amp;amp; armeabi-v7a folders, but NEITHER WORK.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The hack I've come up with for now is adding the libGLMapCore.so file to the armeabi folder.&amp;nbsp; It works, but its a manual operation I'd rather find a proper fix for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 17:47:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117566#M887</guid>
      <dc:creator>RemmieVail</dc:creator>
      <dc:date>2013-05-30T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: My Application no longer starts after switch to SDK 10.1.1</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117567#M888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you share a screenshot of the project you are trying to convert before conversion and after so I can see what the tool did for you as well as the state of the project before you attempted to convert?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 22:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/my-application-no-longer-starts-after-switch-to/m-p/117567#M888</guid>
      <dc:creator>DanO_Neill</dc:creator>
      <dc:date>2013-05-30T22:24:43Z</dc:date>
    </item>
  </channel>
</rss>

