Browse Source

Update requirements to include JDK

vsrinu26f 9 years ago
parent
commit
c6b2e3859e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      reference/compiling_for_android.rst

+ 2 - 1
reference/compiling_for_android.rst

@@ -23,10 +23,11 @@ For compiling under Windows, Linux or OSX, the following is required:
 
 -  Python 2.7+ (3.0 is untested as of now).
 -  SCons build system.
--  Android SDK version 19
+-  Android SDK version 19 [Note: Please install all Tools and Extras of sdk manager]
 -  Android build tools version 19.1
 -  Android NDK
 -  Gradle
+-  OpenJDK 6 or later (or Oracle JDK 6 or later)
 
 Setting up SCons
 ----------------