DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Pragmatic Paths to On-Device AI on Android with ML Kit
  • Deep Linking in Enterprise Android Apps: A Real-World, Scalable Approach
  • Diving into JNI: My Messy Adventures With C++ in Android
  • Elevate Customer Engagement by Adding Google Play Instant to Your Android App

Trending

  • Exactly-Once Processing: Myth vs Reality
  • Introduction to Tactical DDD With Java: Steps to Build Semantic Code
  • Stateless JWT Auth Microservice Architecture With Spring Boot 3 and Redis Sentinel
  • Chaos Engineering Has a Blind Spot. Agentic AI Lives in It.
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Deployment
  4. Charles Proxy in Android Emulator

Charles Proxy in Android Emulator

Learn how to use a tool called Charles Proxy with an Android emulator for capturing the traffic on your Android mobile application.

By 
Oscar Galindo user avatar
Oscar Galindo
·
Dec. 01, 17 · Tutorial
Likes (5)
Comment
Save
Tweet
Share
19.8K Views

Join the DZone community and get the full member experience.

Join For Free

In this article, we will discuss how to capture the traffic of your Android application using a tool called Charles Proxy. I recommend you continue reading, you will love it! At least, we love here at Apiumhub.

Developing a web application means immediately viewing and analyzing all HTTP requests that are made. Client requests and server responses are easily traceable and reproducible. Instead, when you are working with a mobile device, both physical and virtual, the analysis of this traffic is not as trivial.

Therefore we will present a tool that is very useful, as much in the case covered in this article, as in many others, Charles Proxy. This tool can be used to monitor all HTTP and HTTPS traffic, with certificates that the proxy itself provides us, with a duration of 24 hours.

Set Up Charles Proxy

First of all, we will configure our Charles Proxy. To do this, let’s go to Proxy in the menu and follow these steps:

  • Proxy > Proxy Settings: We leave the port as default and activate “Enable transparent HTTP Proxying.”

charles proxy

  • Proxy > lL Proxy Settings: Activate “Enable SSL Proxying” and we add a new entry in Locations (Host: *, Port: *)

Charles proxy

How to Set Up the Android Emulator

Once we set up Charles Proxy, we are going to set up our Android emulator. For that, when the time of launching it arrives, we will need to pass the IP of our Charles Proxy as an environment variable (in Charles Proxy: Help > Local IP Address), with something similar to the following command:

 emulator -netdelay none -netspeed full -avd <emulador>  -http-proxy http://<ip-proxy> :8888  

(If we have changed the port for another when we had to set up the Charles, we also have to change the port value.)

Once the emulator is opened, we will install the certificate that gives us Charles Proxy by opening from our mobile browser this URL. A dialog will automatically appear to install a new certificate on mobile as shown in the following picture:

Charles proxy

It should be enough by putting a name and accepting the installation. Once all these steps are done, we go to Charlesproxy and click on the button “Start Recording” (Or also, from Proxy > Start Recording) and from now you will have any HTTP/HTTPS traffic exiting from the mobile. I leave you with a screenshot of the final result:

charles proxy

Charles Proxy Android (robot)

Published at DZone with permission of Oscar Galindo. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Pragmatic Paths to On-Device AI on Android with ML Kit
  • Deep Linking in Enterprise Android Apps: A Real-World, Scalable Approach
  • Diving into JNI: My Messy Adventures With C++ in Android
  • Elevate Customer Engagement by Adding Google Play Instant to Your Android App

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook