From 371af0f9831ff5c842d62d60ef404cde78f234f5 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 4 Jan 2011 12:39:10 -0800 Subject: [PATCH] Added the step to edit local properties --- README.android | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.android b/README.android index ae10e0125..23b13e68f 100644 --- a/README.android +++ b/README.android @@ -30,7 +30,8 @@ Instructions: 3. Place your application source files in android/project/jni 4. Edit the Android.mk to include your source files 5. Run 'ndk-build' (a script provided by the NDK). This compiles the C source -6. Run 'ant' in android/testproject. This compiles the .java and eventually +6. Edit project/local.properties to point to the SDK directory +6. Run 'ant debug' in android/project. This compiles the .java and eventually creates a .apk with the C source embedded 7. 'ant install' will push the apk to the device or emulator (if connected)