1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-10 12:05:53 +00:00

Merge pull request #785 from begetan/master

Update README.md with buld instructions (question #776)
This commit is contained in:
Felix Ableitner 2016-11-10 09:53:31 +09:00 committed by GitHub
commit 9930f93311

View file

@ -26,6 +26,8 @@ Translations can be updated using the [Transifex client](http://docs.transifex.c
### Build instructions
This repository is using external dependencies so you have to initialize all submodules with --recursive option first time: `git clone https://github.com/syncthing/syncthing-android.git --recursive`.
Set the `ANDROID_NDK` environment variable to the Android NDK folder (e.g. `export ANDROID_NDK=/opt/android_ndk`).
Build Go and Syncthing using `./make-all.bash`.
Use `./gradlew assembleDebug` in the project directory to compile the APK.