Skip to content
Snippets Groups Projects
Commit 199a4e70 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Fix Android build instrucitons

parent 860740a9
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,13 @@ 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
.. code:: bash
cd android
./gradlew clean assembleRelease
To build the Xcode workspace for Objective-C bindings, run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment