author | Sam Lantinga <slouken@libsdl.org> |
Wed, 12 Jan 2011 12:40:11 -0800 | |
changeset 4976 | 3811132c584f |
parent 4975 | 6fbc7044f343 |
child 4977 | 85969cc5098c |
README.android | file | annotate | diff | comparison | revisions |
--- 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