From c08b3b5bfd51cd5b4dbcd005288d86e0af93ea37 Mon Sep 17 00:00:00 2001 From: Burak Hancerli <burak.hancerli@qt.io> Date: Tue, 11 Feb 2025 13:04:43 +0100 Subject: [PATCH] doc: update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af81646..c1ec5ba 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Android emulators run behind a [virtual router](https://developer.android.com/st After creating and spinning up the emulator, you can forward the required ports to the emulator with the following command on terminal: +> Note: This unfortunately needs to be repeated every time the emulator is started. ```bash telnet localhost 5554 --> ( that will show you the file to get the auth code ) auth <auth-code> -- GitLab