例如
C:\Users\Matthew>tns devices android
Connected devices & emulators
Searching for devices...
[hangs here till I Ctrl+C]
Cannot find connected devices. Reconnect any connected devices, verify that your system recognizes them, and run this command again.
Terminate batch job (Y/N)?
给我:
<div class="row">
<div class="col-sm-3" ng-repeat="grpMenuItem in category.menuItems">
{{grpMenuItem.itemName}}
</div>
</div>
我的设备在Windows,HTC One M9中可见,并已安装了其驱动程序。设备处于“开发”模式,USB调试正在打开,并显示为警告提示。
SideKick也不显示已连接的设备。尽管我怀疑它使用的是tns命令使用的后端。
'tns doctor'说一切都很好。我可以在本地构建应用。
答案 0 :(得分:0)
我有许多活动的adb.exe进程。看来他们处于某种状态。关闭其中任何一个都不会导致进度,但是如果我用Process Explorer关闭了整个过程树,则:
adb devices
实际上会列出而不会挂起。