changeset 4976:3811132c584f

Added information about starting a command shell on the device
author Sam Lantinga <slouken@libsdl.org>
date Wed, 12 Jan 2011 12:40:11 -0800
parents 6fbc7044f343
children 85969cc5098c
files README.android
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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