Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
3 votes
2 answers
813 views

jmdns.jar not working on android 4.0 or later

jMdns is a great java library to provide zeroconf/bonjour capabilities to your Android application. I successfully using this in a project up until Android 4.0 Ice Cream Sandwich aka ICS, once Android ...
javid piprani's user avatar
1 vote
1 answer
1k views

Android AVD unable to notice JmDNS services

I've had some difficulty getting JmDNS to work with my Android AVD. I've created 3 applications. An Android application which registers a ServiceListener and logs any activity, A Java application ...
John's user avatar
  • 11