Hi,
I am trying to wrap a library for B4A.
I can get the wrapper to compile in Eclipse but when executing on the emulator it gives the errror:
Could not find method java.net.NetworkInterface.isLoopback, referenced from method org.teleal.cling.model.ModelUtil.getFirstNetworkInterfaceHardwareAddress
The isLoopback() function is called from one of the modules in the wrapped library.
How do I include the Networkinterface in my project to get the method reference?
Thanks,
Thomas