使用VS2015更新1中的默认空白Cordova项目,我尝试将(Debug > Android > Device)发布到Android仿真程序(Tools > Visual Studio Emulator for Android),并得到以下错误:

Severity Code Description Project File Line Suppression State
Error Unable to deploy to Android device, no attached device was found. If you recently attached a device, you may need to wait a few seconds before it is recognized. BlankCordovaApp2 当我在弹出部署错误窗口中单击Yes时,也会得到以下错误:
Operation not supported. Unknown error:0x80070057

以下是亚行的设备列表,确认正在检测到VM。

以下几点都没有进展。
Android SDK Manager并更新了文件。HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Android SDK指向正确的位置有什么想法吗?
发布于 2016-08-21 17:06:43
我所要做的就是在我的手机上启用Android USB调试。
发布于 2016-10-27 12:26:29
Windows 10,VS 2015,Cordova 6.3.1,使用Andriod 23
我处理了一些与不同的adb.exe错误有关的问题,并修复了所有这些错误。也许这张清单会有帮助。(已经提到了一些事情,但^^她是我的清单):
如果您看到多个模拟器正在运行,如果您没有看到其他usb电缆,请杀死他(重新启动pc)。
5.确保在电话上激活了开发者选项,并启用了USB调试。在启动时,请确保您允许从机器(例如笔记本电脑)访问设备(如电话)。提示应该出现在您的设备上。
cya
发布于 2016-11-19 11:15:14
我遇到了一个类似的问题。解决方案:1)在android设备中打开开发工具并撤销USB调试授权2)然后重新启动USB调试
https://stackoverflow.com/questions/34560487
复制相似问题