How can I use JmDNS successfully on Android?
According to the topic...
I am a newcomer of Android!!!! I have been tried to implement JmDNS successfully on Android for 2 more weeks... (Not only on Google IDEOS phone,but also on Eclipse)... I,ve been tried the "TestBonjour" code (comment 22)... http://code.google.com/p/android/issues/detail?id=2917 But it's still not working!! Could anyo开发者_Python百科ne can help me to solve this question? Thanks a million and forgive my poor English!!Depending on your phone it works. See our open source example here:
http://code.google.com/p/tunesremote-plus/source/browse/trunk/src/org/tunesremote/LibraryActivity.java
Also on some HTC phones there is a known WIFI driver bug preventing mDNS packets from being received. You can read about that here:
http://code.google.com/p/tunesremote-plus/issues/detail?id=1
精彩评论