Creating new page
parent
5cca9e2e94
commit
3e7d015972
|
@ -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)]]
|
Loading…
Reference in New Issue