Mercurial > sdl-ios-xcode
changeset 4954:144d9df7e611
Added the step to edit local properties
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 12:39:10 -0800 |
parents | 4f40b11e1045 |
children | 361ada59e3aa |
files | README.android |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.android Tue Jan 04 11:39:52 2011 -0800 +++ b/README.android Tue Jan 04 12:39:10 2011 -0800 @@ -30,7 +30,8 @@ 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)