Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added information about starting a command shell on the device
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 12, 2011
1 parent 2848ad8 commit 6b641ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.android
Expand Up @@ -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
Expand Down

0 comments on commit 6b641ca

Please sign in to comment.