# HG changeset patch # User Sam Lantinga # Date 1294864811 28800 # Node ID 3811132c584f7929939624376315edd1554ce468 # Parent 6fbc7044f343ee46d9d06e94bfed5f187fcefeaf Added information about starting a command shell on the device diff -r 6fbc7044f343 -r 3811132c584f README.android --- a/README.android Wed Jan 12 12:35:46 2011 -0800 +++ b/README.android Wed Jan 12 12:40:11 2011 -0800 @@ -123,6 +123,12 @@ You can push files to the SD Card at /sdcard, for example: adb push moose.dat /sdcard/moose.dat +You can see the files on the SD card with a shell command: + adb shell ls /sdcard/ + +You can start a command shell on the default device with: + adb shell + You can do a clean build with the following commands: ndk-build clean ndk-build