From 3e7d01597252d3172520d156eb97ce5e4b8248ff Mon Sep 17 00:00:00 2001 From: ehs03y3ol Date: Tue, 8 Nov 2016 01:37:28 +0100 Subject: [PATCH] Creating new page --- Compilation-guide-(Android-from-Windows).md | 37 +++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Compilation-guide-(Android-from-Windows).md diff --git a/Compilation-guide-(Android-from-Windows).md b/Compilation-guide-(Android-from-Windows).md new file mode 100644 index 0000000..ee7a814 --- /dev/null +++ b/Compilation-guide-(Android-from-Windows).md @@ -0,0 +1,37 @@ +This wide is still writing, sorry for any inconvenience I can make with the format of the page. Help me improving style + +You need a complete Android development environment ready to develop native apps. **That means you have**: + +Android SDK + +Android NDK + +Specific project dependencies: +* **The ant tool** +* **Cygwin** (base settings to just interpret Bash Script) // Might I will check improve the script +* **Git** + +Setting up enviroment on Windows + +# Installing ant tool on Windows + +Just [download it from the Apache webpage](http://ant.apache.org/). + +ant tool is Java based. You this tool is dependency from JDE. Use OpenJDK or Oracle JDK. + +Install anywhere and the new bin/ PATH to the route. Remember declare %JAVA_HOME% before, or on the top of the scripts on /bin/ JDK base dir Path. + +# Installing base Cygwin + +Download the setup tool from the [official webpage](https://www.cygwin.com/). + +You going to need to install the _base_ distribution for this work. You don't even need to make GCC to work. + +# Installing Git + +You can use [Windows GIT](https://git-scm.com/downloads) or +update on the Cygwin distribution: re-run Cygwin installer and add from _devel_ distribution. + +# Follow the GNU guide + +Now that you have GNU working enviroment on Windows, you can follow [[Compilation guide (Android from Linux)]] \ No newline at end of file