How to setup Fiddler and Genymotion?

前端 未结 2 733
一向
一向 2021-01-31 05:24

I just installed fiddler and I\'m developing an app in Eclipse and I am using Genymotion to check if this app works or not. How do I setup fiddler correctly to work with Genymot

2条回答
  •  野性不改
    2021-01-31 06:04

    https://cloud.genymotion.com/page/faq/#android-proxy

    In your virtual device,

    1. Go to Android settings menu
    2. In Wireless & Networks section, select Wi-Fi
    3. Press and hold for 2 seconds WiredSSID network in the list
    4. Choose Modify Network
    5. Check Show advanced options
    6. Select Manual for Proxy settings menu entry
    7. Enter the proxy address: the Fiddler-running PC's IPAddress and Port 8888
    8. Press the Save button

    In Fiddler,

    1. Click Tools menu > Fiddler Options > Connections
    2. Tick the Allow Remote Computers to connect box
    3. Restart Fiddler.

提交回复
热议问题