mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-25 13:51:16 +00:00
Update README.md
fix bad headline
This commit is contained in:
parent
e545e11254
commit
2d18b5db88
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ To get syncthing app for android running on you device/emulator the native synct
|
|||
|
||||
Then, run `gradle assembleDebug`.
|
||||
|
||||
## Develop Notes
|
||||
## Development Notes
|
||||
|
||||
The syncthing backend used for this android application provides a webinterface by default. It can be acces via the Settings menu -> 'Web GUI'. It is quite helpful to access this web interface from you development machine. Read [android documentation](http://developer.android.com/tools/devices/emulator.html#redirection) on how to do so or execute the following steps (assuming you have only one emulator/avd started)
|
||||
- `telnet localhost 5554`
|
||||
|
|
Loading…
Reference in a new issue