summaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-01-12 12:40:11 -0800
committerSam Lantinga <slouken@libsdl.org>2011-01-12 12:40:11 -0800
commit60c77bdc43de3f023e81e3f3821c7f4b5da9631d (patch)
treea26f806633b0ecffc0e44f3d044aacfacbe347ab /README.android
parent258951c86d004e1db69505dcd9e16ab061f27ec7 (diff)
Added information about starting a command shell on the device
Diffstat (limited to 'README.android')
-rw-r--r--README.android6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.android b/README.android
index 437869b4..e556db07 100644
--- a/README.android
+++ b/README.android
@@ -123,6 +123,12 @@ You can push files to the device with:
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