2014-02-22 17:12:05 +00:00
## syncthing-android
A port of [syncthing ](https://github.com/calmh/syncthing ) to Android.
2014-05-10 11:40:13 +00:00
[![Get it on Google Play ](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png )](https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid)
2014-02-22 17:12:05 +00:00
## Building
Setup [goandroid ](https://github.com/eliasnaur/goandroid ).
2014-05-06 10:31:25 +00:00
Then, apply `go.diff` to your local golang source, and compile it.
2014-05-05 17:04:12 +00:00
For syncthing, use [my fork ](https://github.com/Nutomic/syncthing/tree/android ).
2014-02-22 17:12:05 +00:00
To compile, run `./build.sh` (go cross compile) and `ant -f build.xml clean debug install run` (Android package).
2014-05-05 21:52:51 +00:00
## License
All code is licensed under the [MIT License ](https://github.com/Nutomic/syncthing-android/blob/master/LICENSE ).