I\'m trying to get Genymotion (an x86 Android emulator hosted in Virtualbox) working with Charles proxy. I\'ve managed to connect the device to the proxy in the device\'s wifi p
It's tricky to setup properly on genymotion device, but here is the steps: 1. Start Genymotion device 2. Go to Setting -> Wifi -> Hold or open Advance Tab 3. Proxy Setting and select Manual 4. Config to the port of Mitm app. Charles is 8888, Proxyman is 9090 5. Install the certificate at: - http://charlesproxy.com/getssl for Charles - http://proxy.man/ssl for Proxyman 6. Accept the Certificate 7. Test again.
Basically, those steps are consistent from Charles Proxy and Proxyman. Hopefully it could help you.