Setting up Burp

Burp Suite with Android Studio

To set up Burp Suite for use with Android Studio, follow these steps:

Configure Burp Suite

  1. Open Burp Suite and go to the Proxy tab.

  2. Set up the proxy listener on a port (e.g., 8080).

Configure Android Device

  1. Go to Settings > Wi-Fi > Long press the connected network > Modify network > Advanced options.

  2. Set the proxy to Manual and enter the IP address of your machine and the port configured in Burp Suite.

Configure Android Studio

  1. Open Android Studio and navigate to Run > Edit Configurations.

  2. Select your Android app configuration.

  3. Go to the Debugger tab and ensure that the debugger is set to use 127.0.0.1 and the port used by Burp Suite.

Verify Traffic

  1. Launch your app and verify that the traffic is being captured by Burp Suite.

Last updated