问题
在 Windows 子系统 Linux (WSL) 下运行tns doctor
或任何其他tns
命令结果:
WARNING: The Android SDK is not installed or is not configured properly.
在 Windows 子系统 Linux (WSL) 下运行tns doctor
或任何其他tns
命令结果:
WARNING: The Android SDK is not installed or is not configured properly.
android-sdk
您的系统。emulator/emulator.exe
为模拟器。.bashrc
确保在 WSL 下正确设置环境变量(在我的例子中):export ANDROID_HOME='/mnt/d/Android/sdk'
export JAVA_HOME='/usr/lib/jvm/java-8-openjdk-amd64'
export PATH=$PATH:$ANDROID_HOME/platform-tools