Hello,
i have build a small upnp application in android. When i run this application on a smartphone it works fine, but when i run it on the android emulator i can't discover any upnp devices.
Does anyone have a hint what i have to do to run my application on the android emulator?
Actually i use android 2.1.
Regards, Rene.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i have build a small upnp application in android. When i run this application on a smartphone it works fine, but when i run it on the android emulator i can't discover any upnp devices.
Does anyone have a hint what i have to do to run my application on the android emulator?
Actually i use android 2.1.
Regards, Rene.
Hi,
Some protocols of UPnP is based on multicast, but Android's emulator doesn't
support multicast yet X-<
Please check the following section to know the network limitations in
more detail :-)
Android Emulator - Local Networking Limitations
http://developer.android.com/intl/ja/guide/developing/tools/emulator.html
Thanks,
Satoshi Konno
Thanks for the fast reply,
Rene