Map Remote Charles with Android device

Andres Sandoval
2 min readMay 11, 2020

The tutorial shows how to map an API endpoint response with a JSON file. This is good for testing API endpoint response and for faster prototyping.

Tools require:

Android Studio — to run Android emulator

Charles — Map response API to a JSON file

Setup Charles to connect with your Android device

Enable SSL Proxying:

  1. Charles -> Proxy -> Enable SSL Proxying (now we can see network responses)

--

--