aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4858277..43873ee 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,12 @@ To build the javascript bindings, install emscripten from http://kripken.github.
.. code:: bash
make js
+
+To build the android project for Android bindings, run:
+
+ .. code:: bash
+ cd android
+ ./gradlew clean assembleRelease
To build the Xcode workspace for Objective-C bindings, run: