How to redirect network traffic to a local proxy with Genymotion SaaS?

Redirecting network traffic to a local proxy with Genymotion SaaS

This article explains how to redirect network traffic from a Genymotion SaaS virtual device to a local proxy.

Steps to redirect

  adb shell settings put global http_proxy localhost:3333
  

  adb reverse tcp:3333 tcp:3000
  

Was this article helpful?

Need more help?