From dfae4e62669c6effeae949d239e8f1206b0e5360 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sat, 13 Jun 2015 04:04:15 -0700 Subject: [PATCH] Update Readme with information about more build.properties --- Readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 28a78bfbe9..81fe9a38c4 100644 --- a/Readme.md +++ b/Readme.md @@ -63,11 +63,13 @@ following inside: makeArgs= ``` -Replace `` with any arguments you want to pass to `make`, and then execute the -`assembleDebug` or `installDebug` task corresponding to the hardware platform you are targeting. -For example, to deploy to a Nexus 9, which runs the AArch64 architecture, execute `installArm_64Debug`. -A list of available tasks can be found in Android Studio in the Gradle tray, located at the top-right -corner of the IDE by default. +Replace `` with any arguments you want to pass to `make`. If you need to use a specific +version of git, cmake, or the NDK, you can also add `gitPath=`, `cmakePath=` or +`ndkPath=`, replacing `` with the actual paths. Otherwise, these will be found +automatically. Then execute the `assembleDebug` or `installDebug` task corresponding to the +hardware platform you are targeting. For example, to deploy to a Nexus 9, which runs the AArch64 +architecture, execute `installArm_64Debug`. A list of available tasks can be found in Android +Studio in the Gradle tray, located at the top-right corner of the IDE by default. The native libraries will be compiled, and copied into `./Source/Android/app/libs`. Android Studio and Gradle will include any libraries in that folder into the APK at build time.