You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/framework/ui/maui/index.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,15 @@ Open a command line terminal and run the `adb reverse` command to expose a port
37
37
38
38
`adb reverse tcp:44305 tcp:44305`
39
39
40
-
> You should replace "44305" with the real port.
41
-
> You should run the command after starting the emulator.
40
+
> Replace `44305` with the port number your backend application is running on.
41
+
>
42
+
> Run this command **after** the Android emulator has started.
42
43
43
-
> If you don't have a separate installation of Android Debug Bridge, you can open it from **Visual Studio** by following toolbar menu `Tools` > `Android` > `Android Adb Command Prompt`. Android emulator has to be running for this operation.
44
+
> [!IMPORTANT]
45
+
> If your project uses a **tiered** or **microservice** architecture, ensure that both the **auth server** and all **remote service ports** are properly proxied using the `adb reverse` command. You can find all the required remote service ports and AuthServer configurations in your `YourProjectName.Maui/appsettings.json` file.
46
+
47
+
> [!NOTE]
48
+
> If you don't have a separate installation of **Android Debug Bridge**_(adb)_, you can open it from **Visual Studio** by following toolbar menu `Tools` > `Android` > `Android Adb Command Prompt`. Android emulator has to be running for this operation.
0 commit comments