We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7da32 commit 0c35ea9Copy full SHA for 0c35ea9
README.md
@@ -78,7 +78,7 @@ OkHttpClient client = new OkHttpClient.Builder()
78
79
* Your Android device and computer must be connected to the same network (Wi-Fi or LAN).
80
* You can also use debugging via usb or Android Default Emulator. To do this, run the command: `adb forward tcp:8080 tcp:8080` and go to the address:
81
-[http://localhost:8080/](http://localhost:8080/) or [http://0.0.0.0:8080](http://0.0.0.0:8080) in your browser.
+[http://localhost:8080](http://localhost:8080) or [http://0.0.0.0:8080](http://0.0.0.0:8080) in your browser.
82
* If you use Android Default Emulator, then you may also need to turn on the mobile Internet and turn off WI-FI on the emulator.
83
84
## Screenshots
0 commit comments