Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Created February 4, 2018 02:24
Show Gist options
  • Save trungpv1601/98c8dd914b0284b7366c7b0fa57ec0bf to your computer and use it in GitHub Desktop.
Save trungpv1601/98c8dd914b0284b7366c7b0fa57ec0bf to your computer and use it in GitHub Desktop.
Using Genymotion With Charles Proxy

In your Genymotion Android emulator…

  • Settings -> Wifi -> Press and hold your active network
  • Select “Modify Network”
  • Select “Show Advanced Options”
  • Select “Proxy Settings -> Manual”
  • Set your Proxy to: 10.0.3.2 (Genymotion’s special code for the local workstation)
  • Set your Port to: 8888
  • Press Save

You should now be able to see Genymotion traffic showing up in your Charles Proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment