1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00
Wrapper of syncthing for Android.
Find a file
2014-05-14 23:02:33 +02:00
src/main Fixed lint problems. 2014-05-14 23:02:33 +02:00
.gitignore Moved build to gradle. 2014-05-12 18:54:26 +02:00
build.gradle Fixed lint problems. 2014-05-14 23:02:33 +02:00
LICENSE Added MIT license. 2014-05-05 23:52:51 +02:00
README.md Execute syncthing binary from console instead of loading it as a library. 2014-05-14 10:35:08 +02:00

syncthing-android

A port of syncthing to Android.

Get it on Google Play

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.