Mercurial > sdl-ios-xcode
comparison README.android @ 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 |
comparison
equal
deleted
inserted
replaced
4975:6fbc7044f343 | 4976:3811132c584f |
---|---|
121 adb push local_file remote_path_and_file | 121 adb push local_file remote_path_and_file |
122 | 122 |
123 You can push files to the SD Card at /sdcard, for example: | 123 You can push files to the SD Card at /sdcard, for example: |
124 adb push moose.dat /sdcard/moose.dat | 124 adb push moose.dat /sdcard/moose.dat |
125 | 125 |
126 You can see the files on the SD card with a shell command: | |
127 adb shell ls /sdcard/ | |
128 | |
129 You can start a command shell on the default device with: | |
130 adb shell | |
131 | |
126 You can do a clean build with the following commands: | 132 You can do a clean build with the following commands: |
127 ndk-build clean | 133 ndk-build clean |
128 ndk-build | 134 ndk-build |
129 | 135 |
130 You can see the complete command line that ndk-build is using by passing V=1 on the command line: | 136 You can see the complete command line that ndk-build is using by passing V=1 on the command line: |