Hopefully my issue isn\'t too silly but I\'m having the following problem...
I\'m importing a jar which contains the library JmDNS into my project. My p
One way that you could go around adding the jar file would be to take the source code from the JmDNS.jar file and add it directly to your project. I was having a issue similar to yours where I could not get my Android application to properly work with the JmDNS.jar file from SourceForge or Maven. I just took all of the source files from jar file, added them to my Eclipse project, built it, and it works like a charm.
I don't know if this would be a long term solution that you would want to use, but this solution worked for me.