Solved! Go to Solution.
The new SDK changed the name of some libraries. Try creating a new ArcGIS Android project and navigate to libs->armeabi and copy the libruntimecore_java.so file. Paste the file in the same folder in your project.
That worked for me, hope it helps.
We have a document 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.
- In Eclipse right click on your old project and select ArcGIS Tools > Fix Project Properties
- A Progress Information dialog will show the progress of the upgrade
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.