mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Wrapper of syncthing for Android.
res | ||
src/com/nutomic/syncthingandroid | ||
.gitignore | ||
AndroidManifest.xml | ||
build.sh | ||
build.xml | ||
go.diff | ||
LICENSE | ||
README.md |
syncthing-android
A port of syncthing to Android.
Building
Setup goandroid.
Then, apply go.diff
to your local golang source, and compile it.
For syncthing, use my fork.
To compile, run ./build.sh
(go cross compile) and ant -f build.xml clean debug install run
(Android package).
License
All code is licensed under the MIT License.