所以这可能是一个边缘的情况下,但我在虚拟机上使用Visual Studio,我手中有我的手机。 我想设置的东西,当我在视觉工作室“播放”,它编译我的cordova应用程序,并推到我旁边的手机,所以我可以testing和deBUGging等。
我的手机“扎根”了,我已经安装了ADB wifi。 我可以从Visual Studio的adb版本连接到它,adb设备也列出它。
(output from cmd.exe running as admin in the solution folder) C:StuffCodesvnmyappMyApp>adb connect 10.10.10.6 already connected to 10.10.10.6:5555 C:StuffCodesvnmyappMyApp>adb devices List of devices attached 10.10.10.6:5555 device
当我在Visual Studio中按“播放”时,它将编译并到达需要部署到手机的位置,然后出现以下错误: 系统找不到指定的文件
(output from "output" tab in visual studio) C:/Stuff/Code/svn/myapp/myApp/platforms/androID/build/outputs /apk/android-debug.apk No scripts found for hook "after_build". No scripts found for hook "after_compile". ------ copying back to project: androID 2>------ Deploy started: Project: MyApp,Configuration: DeBUG AndroID ------ 2> querying ADB for attached devices... 2>The system cannot find the file specifIEd 2>The system cannot find the file specifIEd ========== Build: 1 succeeded,0 Failed,0 up-to-date,0 skipped ========== ========== Deploy: 0 succeeded,1 Failed,0 skipped ==========
Adb没有响应在Ubuntu工作室的工作室
如何给cmd中的findstr输出着色?
ADB Shell:错误:未知的命令:执行adb shell时的显示密度显示密度?
androID studio adb语法错误:“)”意外
如何获得与ADB(Ubuntu上的USBdeBUGgingMoverio)上市的爱普生BT 200(Moverio)
编译androID的c程序
AndroID ADB – 无法识别LG G Pad(VK810)
Adb在一段时间后停止检测我的手机
使用adbshell连接到wi-fi
在Ubuntu上,'没有命令'adb'found'错误
我有一个类似的问题,这对我工作…
adb kill-server
adb tcpip 5555
adb connect 10.10.10.6
adb devices – 应该显示您的设备
Open Visual Studio as admin
Type: ALT+B,R (ALT+B then R) to rebuild your solution
Run your app
总结以上是内存溢出为你收集整理的如何说服Visual Studio使用ADB for android dev over TCP / IP全部内容,希望文章能够帮你解决如何说服Visual Studio使用ADB for android dev over TCP / IP所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)