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

fxr launch doesn't work on windows. #22

Open
caseyyee opened this issue Jul 16, 2018 · 2 comments
Open

fxr launch doesn't work on windows. #22

caseyyee opened this issue Jul 16, 2018 · 2 comments
Labels
bug Something isn't working important Priority features or bug fixes

Comments

@caseyyee
Copy link

caseyyee commented Jul 16, 2018

fxr doesn't work in windows linux due to not being able to see the Go:
image

seems that this due to a lack of USB support in WSL: microsoft/WSL#2195

device is seen in windows power shell though, so i decided to install fxr using just standard windows cli:

image

installing fxr in windows works, but I get an error when running fxr launch

image

Looking at some of the options in the WSL issue (ie running adb-server on windows, accessing over network)

@caseyyee
Copy link
Author

caseyyee commented Jul 16, 2018

OK update here, a dumb hack.

Need to run adb-server on windows, then from within WSL, you can see devices and run fxr-cli:

image

@cvan
Copy link
Contributor

cvan commented Jul 20, 2018

whoa, weird. thanks for filing and for investigating. not sure if it's the same error (yours looks a bit different), but it could be similar to this Windows permissions error documented in the adb wrapper package I'm using (android-platform-tools).

I have a local branch that I think fixes this. I'll comment in this issue and file a follow-up PR for you to test. in the meantime, I'll test on my Windows machine.

thanks for filing, @caseyyee!

@cvan cvan added the important Priority features or bug fixes label Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important Priority features or bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants