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 doing a clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 12, 2011
1 parent 6892b02 commit 2848ad8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.android
Expand Up @@ -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

Expand Down

0 comments on commit 2848ad8

Please sign in to comment.