wsl中adb devices找不到设备解决方案

在wsl2中,执行adb devices找不到设备,或者没有adb命令

解决办法:使用windows 版本adb(替代wsl中的adb)

1、在终端中执行  which adb.exe,找到adb.exe对应的路径

2、ln -sf  adb.exe对应的路径 /usr/bin/adb

完成以上即可,若找不到adb.exe, 可能需要先在windows上安装Platform-Tools (https://developer.android.com/studio/releases/platform-tools?hl=zh-cn) 并设置环境变量

你可能感兴趣的:(windows,adb,adb,devices,wsl2)