# HG changeset patch # User Sam Lantinga # Date 1294864546 28800 # Node ID 6fbc7044f343ee46d9d06e94bfed5f187fcefeaf # Parent 1cd0a891b69ab7adcf0827173cdbf7d4aaf6d297 Added information about doing a clean build diff -r 1cd0a891b69a -r 6fbc7044f343 README.android --- 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