The case: I want to use Charles Proxy for debugging my requests to API on Genymotion. After setting up Genymotion(Proxy: 10.0.3.2 and Port: 8888) I got unreadable response. After some search I found out that it could be related with the use of SSL. I successfully installed Charles certificate on my emulator from http://www.charlesproxy.com/getssl/
, and I still get such unreadable response.
this answer and this guide didn't help me much