doctor
and run
fail on WSL2 with Android SDK installed on Windows
#5819
Labels
bug-pending-triage
Reported bug, pending triage to confirm.
Issue Description
NativeScript CLI wrongly assumes
adb
andemulator
as executable names instead ofadb.exe
andemulator.exe
As a workaround, you can create a symlink named
adb
andemulator
pointing to their equivalents with the.exe
extensionReproduction
C:\android\sdk
ANDROID_HOME
toC:\android\sdk
,ANDROID_SDK_ROOT
to$ANDROID_HOME
and add$ANDROID_HOME/platform-tools
to$PATH
ns run android --device <device id>
orns doctor android
adb
andemulator
instead ofadb.exe
andemulator.exe
Relevant log output (if applicable)
Environment
Dependencies
Please accept these terms
The text was updated successfully, but these errors were encountered: