Automatic Script for Android Emulator

How to set up capture all HTTPS Request Response from Proxyman with Automatic Script

1. What's it?

It's too complicated and error-prone if we manually override the HTTP Proxy, Install, and Trust Proxyman Certificate from your Android Emulator.

Thus, Proxyman provides a built-in script to automatically perform it in a second. You can access it from Certificate Menu -> Install Certificate on Android -> Emulator.

circle-info

From Proxyman 5.14.0 or earlier, this Script only installs the User Certificate to the User Certificate Store, not the System Certificate Store. If you'd like to install the certificate into the System Certificate, please follow this tutorialarrow-up-right.

circle-check
capture traffic from Android Emulator - including Flutter app

2. Benefit?

1 Click to:

  • ✅ Auto Override / Revert HTTP Proxy

  • ✅ Automatically download, install, and trust the Proxyman Certificate at the system-level store. Can decrypt all HTTPS from your Emulators. (Available on Proxyman 5.16.0 or later)

  • No need network_security_config.xml

  • Less error-prone and finishes in a few clicks

circle-check
Capture and decrypt HTTPS from Android Emulators with Proxyman
  • Install Proxyman Certificate to the system-level Store.

Install Proxyman Certificate to the system-level Store.

✅ Flutter / React Native app

From Proxyman macOS 6.4.0 or later, Proxyman can capture HTTPS traffic from the Flutter app without a code change required.

Refer Flutter documentation to know more.

3. How to use it?

  1. Make sure the adb command is installed. If not, please install it

  1. Open your Android app with Android Studio

  2. Create a new Emulator in Android Virtual Device Manager. Make sure it's not the Play Store. Must be a Google Play API

Create new Google APIs Android Emulators
Create a new Emulator (Google APIs)
  1. Open Proxyman -> Certificate Menu -> Install Certificate on Android -> Emulators -> Click on the Override All Emulators button

capture all HTTPS from Emulators with 1 click
  1. Wait until the Terminal completes

  1. Relaunch your Android app on Android Studio

  2. Proxyman will capture all HTTPS data ✅

circle-info

If you close Proxyman, make sure to click on the Revert All Changes button. Otherwise, your Android Emulator could not access the Internet.

4. ⚠️ Proxyman 5.15.0 or earlier

  • Proxyman 5.15.0 or earlier is only able to install Proxyman Certificate to the User level.

  • It means: We have to complete the next step:

  • In your source code:

    • Add res/xml/network_security_config.xml

  • Add to AndroidManifest.xml

5. Advance: Run the script manually

It's possible to execute the script manually in your Terminal app without granting the Automation Permission in Security & Privacy.

Script path:

  • For Proxyman 51.9.0 or later

Prepare the certificate

  1. Open the Proxyman app

  2. Find the current IP in the Main Toolbar

  3. Certificate menu -> Export -> Root Certificate as PEM -> Save to Desktop folder

4.1 Override HTTP Proxy and Install the Certificate to system-level Store

  • Proxyman v5.19.0 or later (NEW)

  • Proxyman v5.18.0 or earlier

4.2 Only Override HTTP Proxy

  • Proxyman v5.19.0 or later (NEW)

  • Proxyman v5.18.0 or earlier

4.3 Revert HTTP Proxy

  • Proxyman v5.19.0 or later (NEW)

  • Proxyman v5.18.0 or earlier

Last updated