Android Scan Local Subnet
问题 I'm currently writing a small test Android app, and have run across a small (large) problem with the emulator. The code that goes out and scans the local subnet for computers running my server piece of the software does not return anything! This code functions perfectly on the desktop portion, so I know something is wrong inside of my emulator. I had to hardcode the IP scan first because I cannot determine the IP address within the emulator, so I know I'm at least scanning the right range.