为什么物理模拟器不显示?

Why physical emmulator doesn't show?

我下载了 Android Studio。当我 运行 物理 Android 设备时,它显示 "Unable to connect to ADB. Check the event Log for possible issues.Verify that your local host entry is pointed to 127.0.0.1 or ::1 for IPv4 or IPv6, respectively."

求助!

我已经下载了 Android API、Google SDK 管理器和系统服务。我不知道我为什么那样做。

在AndroidStudio 3.4版本中,如果您正在使用windows那么按照以下步骤可能会对您有所帮助

1.Download 来自此处的平台工具 https://dl.google.com/android/repository/platform-tools_r26.0.0-windows.zip

2.Extract 下载的 zip 文件

3.Go 到位置 "C:\Users\your_computer_user_name\AppData\Local\Android\Sdk" 并删除 "Platform tools" 文件夹

4.Copy 并将下载的平台工具文件夹粘贴到上述位置

5.Now 去你的 android 工作室和 "clean" 和 "Rebuild" 你的项目和 运行

祝你好运!