Added information about doing a clean build
This commit is contained in:
parent
4d3709cdf6
commit
258951c86d
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ 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 do a clean build with the following commands:
|
||||
ndk-build clean
|
||||
ndk-build
|
||||
|
||||
You can see the complete command line that ndk-build is using by passing V=1 on the command line:
|
||||
ndk-build V=1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue