mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Link to the in-use Syncthing org
This commit is contained in:
parent
0ed7e221f8
commit
538e3017e9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ To check for updated gradle dependencies, run `gradle dependencyUpdates`. Additi
|
|||
|
||||
To get Syncthing app for Android running on you device/emulator the native syncthing binary has to be available. There are multiple ways to get the native syncthing binary:
|
||||
- open the Syncthing apk (the one taken from the play store) running on your device as a zip, extract the `lib/` folder into your project directory and rename it to `libs/`.
|
||||
- Depending on your target architecture, download `syncthing-linux-386` or `syncthing-linux-armv5` from [syncthing releases](https://github.com/calmh/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so` or `libs/armeabi/libsyncthing.so` respectively.
|
||||
- Depending on your target architecture, download `syncthing-linux-386` or `syncthing-linux-armv5` from [syncthing releases](https://github.com/syncthing/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so` or `libs/armeabi/libsyncthing.so` respectively.
|
||||
|
||||
|
||||
### Development Notes
|
||||
|
|
Loading…
Reference in a new issue