Add note to the README about SDK platform requirement
This commit is contained in:
parent
a0ff5d68fd
commit
6dd721e97f
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue