mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Update README.md
Improve description
This commit is contained in:
parent
c09d758c0b
commit
e545e11254
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ Then, run `gradle assembleDebug`.
|
|||
|
||||
## Develop 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) or execute the following steps (assuming you have only one emulator/avd started)
|
||||
- telnet localhost 5554
|
||||
- redir add tcp:18080:8080
|
||||
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`
|
||||
- `redir add tcp:18080:8080`
|
||||
- Start synchting app on your emulator and access the web ui from you favorite browser of your development machine via [http://127.0.0.1:18080](http://127.0.0.1:18080)
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue