author | Sam Lantinga <slouken@libsdl.org> |
Wed, 12 Jan 2011 12:35:46 -0800 | |
changeset 4975 | 6fbc7044f343 |
parent 4974 | 1cd0a891b69a |
child 4976 | 3811132c584f |
README.android | file | annotate | diff | comparison | revisions |
--- a/README.android Wed Jan 12 12:34:23 2011 -0800 +++ b/README.android Wed Jan 12 12:35:46 2011 -0800 @@ -123,6 +123,10 @@ You can push files to the SD Card at /sdcard, for example: adb push moose.dat /sdcard/moose.dat +You can do a clean build with the following commands: + ndk-build clean + ndk-build + You can see the complete command line that ndk-build is using by passing V=1 on the command line: ndk-build V=1