1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 04:11:14 +00:00
Wrapper of syncthing for Android.
Find a file
Felix Ableitner aff927b427 Set up cross compile of syncthing to android (arm) and included it in an app.
Syncthing does not actually work yet, probably because paths are different.
2014-02-22 18:12:05 +01:00
res/values Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
src/com/nutomic/syncthingandroid Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
.gitignore Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
AndroidManifest.xml Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
build.sh Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
build.xml Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00
README.md Set up cross compile of syncthing to android (arm) and included it in an app. 2014-02-22 18:12:05 +01:00

syncthing-android

A port of syncthing to Android.

Building

Setup goandroid.

To compile, run ./build.sh (go cross compile) and ant -f build.xml clean debug install run (Android package).