Testing with an Android Device

Link to Testing with an Android Device copied to clipboard
important

The desktop app must be open before launching and testing your Android app for proper connection.

To get started interacting with the desktop application on Android, you'll need to reverse your ports for port-forwarding to your computer.

adb reverse tcp:48485 tcp:48485

If you're seeing a CleartextTraffic error, add the following line to your Android Manifest file under the application tag:

android:usesCleartextTraffic="true"