You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My React Native app does fine discovering my bonjour service on iOS simulator, iOS hardware, and Android hardware, but doesn't succeed with discovery on Android emulator. Is there some kind of a configuration thing I can do to get this to work on emulator, or is it a known limitation?
I'm running the emulator on macOS with Android Studio.
The text was updated successfully, but these errors were encountered:
@jkoutavas try Genymotion's emulator, they have support for mDNS discovery using adb bridge commands. It takes some tweaking to make it actually work, but it's possible. Best recommendation imo is to buy a simple android phone for testing.
My React Native app does fine discovering my bonjour service on iOS simulator, iOS hardware, and Android hardware, but doesn't succeed with discovery on Android emulator. Is there some kind of a configuration thing I can do to get this to work on emulator, or is it a known limitation?
I'm running the emulator on macOS with Android Studio.
The text was updated successfully, but these errors were encountered: