Reputation: 1302
Under Windows Subsystem Linux (WSL) running tns doctor
or any other tns
command results with:
WARNING: The Android SDK is not installed or is not configured properly.
Upvotes: 0
Views: 242
Reputation: 1302
android-sdk
on your system.emulator/emulator.exe
to emulator..bashrc
under WSL (in my case):export ANDROID_HOME='/mnt/d/Android/sdk'
export JAVA_HOME='/usr/lib/jvm/java-8-openjdk-amd64'
export PATH=$PATH:$ANDROID_HOME/platform-tools
Upvotes: 1