I'm trying to get udp packets into android emulator sent from PC.
Server is sending udp to my PC, port number 4000, and I want to see the udp packet in the android emulator.
So i tried port redirection like:
redir add udp:4000:4000
But i can’t see the packet in the android emulator. What should i change if I want to receive the Udp packet into the android emulator?
question from:https://stackoverflow.com/questions/65918070/how-to-get-udp-data-from-pc-to-android-emulator