Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/setting_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ This will allow the app to communicate with the local server. 9663 is for `http`
and 9664 is for `websocket`. It assumes that the server is running on the
default ports.

When using [lila-docker](https://github.com/lichess-org/lila-docker), first run `./lila-docker hostname` and select your computer's IP address.
Then, instead of the commands above, use this:

```bash
adb reverse tcp:9663 tcp:8080
adb reverse tcp:9664 tcp:8080
```

#### Troubleshooting

If Chrome instacrashes, it is likely you need to disable vulkan in emulator settings.
Expand Down