Setting up Burp
Burp Suite with Android Studio
To set up Burp Suite for use with Android Studio, follow these steps:
Configure Burp Suite
Open Burp Suite and go to the Proxy tab.
Set up the proxy listener on a port (e.g., 8080).
Configure Android Device
Go to
Settings
>Wi-Fi
> Long press the connected network >Modify network
>Advanced options
.Set the proxy to
Manual
and enter the IP address of your machine and the port configured in Burp Suite.
Configure Android Studio
Open Android Studio and navigate to
Run
>Edit Configurations
.Select your Android app configuration.
Go to the
Debugger
tab and ensure that the debugger is set to use127.0.0.1
and the port used by Burp Suite.
Verify Traffic
Launch your app and verify that the traffic is being captured by Burp Suite.
Last updated