Android Studio 找不到物理设备或 AVD

Android Studio can't find neither physical device or AVD

我正在使用 android studio 4.0,一切正常,但这次当我打开 android studio 时,我发现 android studio 找不到设备:

我打开了 AVD 管理器,我仍然可以看到模拟器存在,当我尝试启动它时,它启动了,但显示了这条消息:

但是android工作室还是找不到任何设备。当我 运行 adb devices 列出模拟器时!。 物理设备也是如此。 这是我的 SDK 工具:

这是我尝试做的事情:

我通过转到 home/'computerName'/Android/Sdk 并删除 platform-tools 文件夹然后重新安装它来解决它。