Updated Working for Android (markdown)

Ray
2018-07-07 20:56:18 +02:00
parent 8b212e7e99
commit c46072c712

@ -4,6 +4,9 @@ To build your raylib game for Android you need a set of Android tools. Those too
1. [Java 8 JDK and JRE](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
2. Android SDK, just required the [command line tools](https://developer.android.com/studio/#downloads)
We will use the [SDKManager](https://developer.android.com/studio/command-line/sdkmanager) to install all required tools
3. [Android NDK](https://developer.android.com/ndk/downloads/)
### Compiling raylib source code