Pre-requisites
- ADB tool from Android SDK (platform-tools).
Note
If you are using Android Studio, the SDK platform-tools are already included.
Instructions
To connect your Genymotion instance to your favorite developer's tool (IDE), you just need to connect it to ADB.
Setup your Cloud network firewall
ADB connections use TCP port 5555, so you first need to allow inbound connections to this port on your Cloud firewall.
Warning
Do not open inbound TCP port 5555 to everyone (All, 0.0.0.0/0), or your instance will be vulnerable to attacks! Only allow inbound connections to TCP port 5555 from authorized hosts.
Please refer to your Cloud provider documentation to setup your Cloud network firewall:
- AWS
- Alibaba Cloud
- GCP
- MS Azure
Note A more secure option is to only open inbound connection to SSH and use a SSH tunnel. For detailed instructions, please refer to Genymotion Device Image user guide .
Connect the instance to ADB
Follow the steps from our user guide:
How to access a virtual device from ADB?
Once done, your instance should appear like a connected device in your IDE.
Was this article helpful?
- Yes
- No
5 out of 13 found this helpful
Need more help? Request Technical Support
Return to top
Related articles
- How to use Android Studio, Eclipse, VS Code, JetBrains Rider or any other IDE with Genymotion SaaS?
- How to connect to a Genymotion Desktop virtual device remotely with ADB?
- How to access a local host or service from a virtual device?
- How to install and use Xposed/EdXposed/LSPosed with Genymotion SaaS?
- ADB connection is lost after a while with my Genymotion Device image instance(s).