Updated Android compilation guide (from linux) (markdown)
parent
35af6c7583
commit
6e8576a930
|
@ -1,8 +1,9 @@
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
You need a complete android development environment ready to develop native apps. That means:
|
You need a complete android development environment ready to develop native apps. That means you have:
|
||||||
* Android SDK
|
* Android SDK
|
||||||
* Android NDK
|
* Android NDK
|
||||||
|
* The [ant tool](http://ant.apache.org/)
|
||||||
|
|
||||||
Use Google to figure out how to install that and make sure the appropriate executables from the above are in your path variable. You should also be running some flavor of Linux.
|
Use Google to figure out how to install that and make sure the appropriate executables from the above are in your path variable. You should also be running some flavor of Linux.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue