How do I get the MAC-Address of the network interface of an android device which doesn\'t have a Wifi-Interface (e.g. the android emulator)? WifiInfo obtained via the WifiMa
See this post where I have submitted Utils.java example to provide pure-java implementations.
Utils.getMACAddress("wlan0"); Utils.getMACAddress("eth0"); Utils.getIPAddress(true); // IPv4 Utils.getIPAddress(false); // IPv6