How to convince Visual Studio to use ADB for android dev over TCP/IP
问题 So this might be a bit of an edge case, but I'm using visual studio on a VM, and I have my phone in my hand. I'd like to set things up that when I press "play" in visual studio, it compiles my cordova app, and pushes it to my phone next to me, so I can test and debug etc. My phone is 'rooted' and I have installed ADB wifi. I am able to connect to it from Visual Studio's adb version and also adb devices lists it. (output from cmd.exe running as Admin in the solution folder) C:\Stuff\Code\svn