mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Wrapper of syncthing for Android.
|
||
---|---|---|
src/main | ||
.gitignore | ||
build.gradle | ||
LICENSE | ||
README.md |
syncthing-android
A port of syncthing to Android.
Building
Download or execute syncthing for your target platform, put the binary in libs/armeabi
, libs/armeabi-v7a
, libs/mips
, libs/x86
, (depending on target platform) and rename it to libsyncthing.so
.
Then, run gradle assembleDebug
.
License
All code is licensed under the MIT License.