From 8a8097a99dbc4804bc11e7bf3b40290d2422b72a Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 10 Feb 2012 23:30:51 +0000 Subject: [PATCH] moving to SDK 10 instead of 9 (or 8) for Android --- android/core/build.xml | 6 +++--- android/todo.txt | 7 +++++++ app/src/processing/mode/android/AndroidBuild.java | 2 +- core/todo.txt | 1 + 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/android/core/build.xml b/android/core/build.xml index 57f2ed4df..6fd06414a 100644 --- a/android/core/build.xml +++ b/android/core/build.xml @@ -11,10 +11,10 @@ - + message="Android SDK 10 could not be found in ${env.ANDROID_SDK}/platforms/android-10/android.jar" /> @@ -22,7 +22,7 @@