I\'m working with a Droid / Android 2.0.1 and encountering an issue apparently many people have: I\'m unable to discover services using the one pure-Java zeroconf library I
If you haven't seen it already, I suggest checking out this project on github (disclaimer - I'm not the author): https://github.com/twitwi/AndroidDnssdDemo
It is a sample project that pretty much shows how to get everything up and running. It also includes a custom jmdns.jar that solves some issues I was having with the out-of-the-box jmdns.jar having a duplicate class file.