# HG changeset patch # User Ryan C. Gordon # Date 1344052894 14400 # Node ID 58f0fb54bf884d816c3d24c21b1b7da1b5516143 # Parent 0aa624a37ad4e17b712f3f00f48be400c7955cfc Bumped up Android SDK version in README.android. diff -r 0aa624a37ad4 -r 58f0fb54bf88 README.android --- a/README.android Fri Aug 03 23:59:05 2012 -0400 +++ b/README.android Sat Aug 04 00:01:34 2012 -0400 @@ -58,7 +58,7 @@ AndroidManifest.xml - package manifest, do not modify build.properties - empty build.xml - build description file, used by ant - default.properties - holds the ABI for the application, currently android-4 which corresponds to the Android 1.6 system image + default.properties - holds the ABI for the application, currently android-5 which corresponds to the Android 2.0 system image local.properties - holds the SDK path, you should change this to the path to your SDK jni/ - directory holding native code jni/Android.mk - Android makefile that includes all subdirectories @@ -126,7 +126,7 @@ * Select the Android -> Android Project wizard and click Next * Enter the name you'd like your project to have * Select "Create project from existing source" and browse for your project directory - * Make sure the Build Target is set to Android 1.6 + * Make sure the Build Target is set to Android 2.0 * Click Finish