History | View | Annotate | Download (527 Bytes)
replace ActionBarSherlock with android-support-v7-appcompat
android-support-v7-appcompat and ActionBarSherlock are both libraryprojects, so they probably have the same amount of pain in handling them inEclipse, etc. But android-support-v7-appcompat supports ActionModes like...
Eclipse ADT insists on marking some things as exported in .classpath
Who knows what this does anyway?
remove manual entry for libs/, its included automatically
include Apache Commons IO for easy file operations #1455
since we are including jars in the app, add libs/ to the classpath
update Eclipse .classpath to add android-support-v4.jar
added blank template Android project