Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying to Android emulator running on Windows from WSL2 #213

Open
thoro23 opened this issue Dec 8, 2021 · 1 comment
Open

Deploying to Android emulator running on Windows from WSL2 #213

thoro23 opened this issue Dec 8, 2021 · 1 comment

Comments

@thoro23
Copy link

thoro23 commented Dec 8, 2021

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?

@distante
Copy link

@thoro23 did had to do anything special for native-run to work? On my Wsl2 it says that can not find the android sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants