- Use an Android Emulator, for example the AVD(Android Virtual Device) Manager from Android Studio to create and manage virtual devices
- Root your virtual device
- for the AVD Manager you can use rootAVD
set PATH=%LOCALAPPDATA%\Android\Sdk\platform-tools;%PATH%
rootAVD.bat %LOCALAPPDATA%\Android\Sdk\system-images\android-25\google_apis\x86_64\ramdisk.img-
Configure your virtual device to use Burp Suite proxy to capture the traffic of the device
-
Download Jodel and install it - APK Downloader
emulator -avd VirtualDeviceName -writable-system -http-proxy 127.0.0.1:8080