Genymotion Burpusuite proxy setup failed
07:51 11 Dec 2025

I'm using genymotion V3.9.0, i want to configure to use burpsuite proxy to capture traffic.
I've done steps mentioned in this blogpost:
https://medium.com/@mahmud0x/genymotion-proxying-android-app-traffic-through-burp-suite-in-windows-5754f742a06

but after that Genymotion Virtual device(Android 14) show no internet connection. When i try to access google it says proxy server refused connection
Here command i used:
adb shell settings put global http_proxy localhost:3333
adb reverse tcp:3333 tcp:8082

I configured burpsuite on port :8082 on All interfaces.
What can i do now.

proxy genymotion