【发布时间】:2017-05-28 20:28:51
【问题描述】:
我是 Android Studio 编程的新手。 当我单击“运行”按钮运行我的程序时,我的虚拟设备未显示在“选择部署目标”中,并且出现以下错误:
18:08:32 error: Invalid argument: cannot open transport registration
socketpair
18:08:32 could not read ok from ADB Server
18:08:32 * failed to start daemon *
18:08:32 error: cannot connect to daemon
18:08:32 'C:\Users\samarc\AppData\Local\Android\Sdk\platform-
tools\adb.exe,start-server' failed -- run manually if necessary
我该怎么办?这似乎是唯一阻止我在 Android Studio 中编程的事情。任何和所有的帮助将不胜感激。我使用 Android Studio 2.2.3 和 Windows 7 x64。
【问题讨论】:
标签: android windows android-studio android-emulator windows-7-x64