Skip to main content

Android Studio

1. Standard Interface

Many tools, such as Android Studio, Appium, and MobSF, interact with Android devices over ADB. Using these tools with Corellium virtual devices is straightforward: all you need to do is connect to your virtual device over ADB.

2. Connect with ADB

ADB, or the Android Debug Bridge, is a command-line tool for Android that enables the user to communicate with a device. For example, you can use ADB to push and pull files, install applications, run commands on the device, or retrieve logs.

Learn more about ADB

3. Just like a physical connection

Once connected, you can use Android Studio just as if a physical device were directly connected to your computer over USB.