Skip to content

Commit d81418d

Browse files
authored
Merge pull request #22745 from abpframework/doc-maui-android
Update MAUI Android proxying documentation
2 parents da4b51c + c06d1e9 commit d81418d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/en/framework/ui/maui/index.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ Open a command line terminal and run the `adb reverse` command to expose a port
3737

3838
`adb reverse tcp:44305 tcp:44305`
3939

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.
4243
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.
4449
4550

4651
### iOS

0 commit comments

Comments
 (0)