Testing with an Android Device (DEPRECATED)

Link to Testing with an Android Device (DEPRECATED) copied to clipboard
caution

The desktop app deployment option has been deprecated. Please reach out to a Deque representative or helpdesk@deque.com to learn about private instances and on-premise offerings.

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"