微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

如何说服Visual Studio使用ADB for android dev over TCP / IP

所以这可能是一个边缘的情况下,但我在虚拟机上使用Visual Stu@R_404_6230@,我手中有我的手机。 我想设置的东西,当我在视觉工作室“播放”,它编译我的cordova应用程序,并推到我旁边的手机,所以我可以testing和debugging等。

我的手机“扎根”了,我已经安装了ADB wifi。 我可以从Visual Stu@R_404_6230@的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 Stu@R_404_6230@中按“播放”时,它将编译并到达需要部署到手机的位置,然后出现以下错误系统找不到指定的文件

(output from "output" tab in visual stu@R_404_6230@) 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 stu@R_404_6230@ 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 Stu@R_404_6230@ as Admin

Type: ALT+B,R (ALT+B then R) to rebuild your solution

Run your app

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐