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
I have an Android emulator running on Windows but my project running in WSL2. adb in WSL is set up to find the emulator running on Windows, so adb devices finds the emulator. Unfortunately native-run --list-devices does not show the running emulator.
When running native-run --list-devices --verbose it tells me that it found the emulator with adb but does not show it under Connected Devices.
I found that native-run filters the devices found by adb to only show the hardware devices (see here). Is it possible to disable this filter?
The text was updated successfully, but these errors were encountered:
I have an Android emulator running on Windows but my project running in WSL2.
adb
in WSL is set up to find the emulator running on Windows, soadb devices
finds the emulator. Unfortunatelynative-run --list-devices
does not show the running emulator.When running
native-run --list-devices --verbose
it tells me that it found the emulator withadb
but does not show it under Connected Devices.I found that
native-run
filters the devices found byadb
to only show the hardware devices (see here). Is it possible to disable this filter?The text was updated successfully, but these errors were encountered: