I am having a problem using a jar I developed to do some network related work. When trying to use any classes or methods in java.net.* I am running into some problems. I get the following in the logcat of DDMS in Eclipse while running the apk on the emulator.
12-22 16:26:32.230: INFO/dalvikvm(252): Could not find method java.net.NetworkInterface.getHardwareAddress 12-22 16:26:32.241: WARN/dalvikvm(252): VFY: unable to resolve virtual method 12097: Ljava/net/NetworkInterface;.getHardwareAddress () from looking at the API, it seems like java.net.* is implemented. Any ideas? -Justin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

