1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00
syncthing-android/README.md
Felix Ableitner 6da9b7b8f9 Execute syncthing binary from console instead of loading it as a library.
This makes everything easier, as we can now use standard syncthing releases
instead of custom compiles, and don't have to hardcode the data folder.
2014-05-14 10:35:08 +02:00

641 B

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.