Solved! Go to Solution.
I followed the instructions in "Upgrade ArcGIS Projects to SDK 1.1". When I run my project I get the following runtime exceptions. Whatever I did, I could not fix the problem.
java.lang.RuntimeException: Unable to start activity ComponentInfo{xx.xx.xx/xx.xx.xx.pages.MapPage}: android.view.InflateException: Binary XML file line #6: Error inflating class com.esri.android.map.MapView
android.view.InflateException: Binary XML file line #6: Error inflating class com.esri.android.map.MapView
Caused by: java.lang.ClassNotFoundException: com.esri.android.map.MapView in loader dalvik.system.PathClassLoader[/data/app/xx.xx.xxx.apk]
Try to go to project properties - java build path - libraries,
Remove arcgis libraries,
Press button "add library" and chose "arcgis for android library container".
Ah, I misread the "Temporary Fix" that mggl explained above.
Ok, if you're getting the "Persistent Contatiner" issue, Don't close Eclipse! Do this instead:
1.) Right Click on your project in the Package Explorer
2.) Select "Close Project" from the pop up menu (It's an option aobut half way down)
3.) I guess the graphic is supposed to be a closed folder
4.) Right Click on your project again in Package Explorer
5.) Select "Open Project"
6.) Wow! all the "persistent containers" are gone! (for now!)
I feel very silly for not getting this the first time, so I hope it helps somebody else.