Search code examples
android-ndkbonjourmdns

bonjour mDNSresponder for Android


I went through the below links http://mirror.yongbok.net/linux/android/repository/external/mdnsresponder/ to get the apple mdns responder cross compiled on the android ndk . but I cloud not get the build it . got the below error .

make: Circular obj/local/armeabi/libmdnssd.so <- obj/local/armeabi/libmdnssd.so dependency dropped. SharedLibrary : libmdnssd.so arm-linux-androideabi-g++: ./obj/local/armeabi/libmdnssd.so: No such file or directory

If any one has cross built it for android pls help .


Solution

  • I think here you are looking for jmdns.listbysubtypes . You can try this for browsing subtypes

    map mp = jmdns.listbysubtypes(_smartplace._tcp.local)

    you can try this , once you get it then u can play with map object