Android 2.2 and "Bad address family" on Socket Connect
- by Josh
I have a fairly simple game that works perfectly on every version now up through 2.1, but with the new 2.2 (Froyo) release I am unable to create a socket. I am using the mina package for nio, and get this exception:
W/System.err( 263): java.net.SocketException: Bad address family
W/System.err( 263): at…