This guide will explain how to setup a specially prepared AVD that you can use to monitor any network traffic of any app installed in the emulator even when it’s communicating over a secure connection (HTTPS). In those cases it can be handy to have a specially prepared Android Virtual Device (AVD) ready to see what an app might be doing. For example, when reviewing/testing current and old production builds of an app or doing a security review of an app (e.g. There might be situations where you would like to see what API calls are being made from a production app. Android Studio provides you the option to inspect the network traffic of your own app in the Profile tab.