Android Emulator Fails To Start When Used With Tcpdump-option On Windows10
I can run an avd using cmd on Windows 10 with the command: emulator -avd avdmy but when I want to use tcpdump to capture the network-traffic, the emulator fails to start: emulator
Solution 1:
The option "-tcpdump" is not valid in the latest android emulator. It only works with goldfish I guess. You may try option "-engine classic" with "-tcpdump".
Post a Comment for "Android Emulator Fails To Start When Used With Tcpdump-option On Windows10"