Add note to the README about SDK platform requirement

This commit is contained in:
TwistedUmbrella 2014-02-02 16:48:30 -05:00
parent a0ff5d68fd
commit 6dd721e97f
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@ Let's try to keep everything under a single project :)
To build for android
--------------------
Tools required:
* Latest Android SDK and NDK (duh)
* Latest Android SDK and NDK
* Android 4.3 or newer (http://developer.android.com/sdk/installing/adding-packages.html)
* Ant
From project root directory:
@ -27,7 +28,7 @@ From project root directory:
cd shell\android
android update project -p .
ndk-build -j 4
ndk-build -j4
ant debug
```