Capture SSL android traffic
- Setup burpsuite or similar
- Download Certificate (.cer)
- Copy to android emulator
- Settings -> Security -> Install certificate from SDCard
adb shell settings put global http_proxy <burp_proxy_ip>:<burp_listening_port>
- To disable
adb shell settings put global http_proxy :0