Set up a Corellium virtual device with Android Studio over ADB.
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.
Connect with ADB
ADB, or the Android Debug Bridge, is 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.
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.
Explore more integrations
Charles Proxy
Set up a Corellium virtual device with the popular proxy tool, Charles Proxy.
Burp Suite
Set up a Corellium virtual device with the popular proxy tool, Burp Suite.
Frida
Set up a Corellium virtual device and use Frida to find hooks in Android applications.
Flank
Set up a Corellium virtual device with Flank to automate your tests.