mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Added information about doing a clean build
This commit is contained in:
parent
1e8425ff46
commit
d966529876
|
|
@ -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…
Reference in New Issue
Block a user