Commit 60c77bdc authored by Sam Lantinga's avatar Sam Lantinga

Added information about starting a command shell on the device

parent 258951c8
...@@ -123,6 +123,12 @@ You can push files to the device with: ...@@ -123,6 +123,12 @@ You can push files to the device with:
You can push files to the SD Card at /sdcard, for example: You can push files to the SD Card at /sdcard, for example:
adb push moose.dat /sdcard/moose.dat 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: You can do a clean build with the following commands:
ndk-build clean ndk-build clean
ndk-build ndk-build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment