From 6e8576a930dc50a575b72c45383f04af546837bc Mon Sep 17 00:00:00 2001 From: John Grub Date: Wed, 11 Jun 2014 22:40:18 -0700 Subject: [PATCH] Updated Android compilation guide (from linux) (markdown) --- Android-compilation-guide-(from-linux).md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android-compilation-guide-(from-linux).md b/Android-compilation-guide-(from-linux).md index 848420b..75f02d0 100644 --- a/Android-compilation-guide-(from-linux).md +++ b/Android-compilation-guide-(from-linux).md @@ -1,8 +1,9 @@ ## 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 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.