1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00
Wrapper of syncthing for Android.
Find a file
2014-05-17 22:57:04 +02:00
src/main Set home directory to sdcard instead of app data folder. Fixes #9. 2014-05-16 18:21:50 +02:00
.gitignore Moved build to gradle. 2014-05-12 18:54:26 +02:00
build.gradle Added gradle flavors for different native platforms, and buildNative task. 2014-05-17 22:57:04 +02:00
LICENSE Added MIT license. 2014-05-05 23:52:51 +02:00
README.md Added gradle flavors for different native platforms, and buildNative task. 2014-05-17 22:57:04 +02:00

syncthing-android

A port of syncthing to Android.

Get it on Google Play

Building

There are multiple ways to get the native syncthing binary:

  • Depending on your target architecture, download syncthing-linux-386, syncthing-linux-armv5 or syncthing-linux-armv7 from syncthing releases, and extract the binary to libs/x86/libsyncthing.so, libs/armeabi-v7a/libsyncthing.so or libs/armeabi/libsyncthing.so respectively.
  • Set up a syncthing compile and run gradle buildNative in your syncthing-android directory.

Then, run gradle assembleDebug.

License

All code is licensed under the MIT License.