我试图在使用Hyper-V创建的虚拟机上调试(通过Visual Studio)我的android应用(使用ADB)。
通过本指南(https://bitbucket.org/chabernac/adbportforward/wiki/Home),我能够向我的设备(三星S8)展示Visual Studio(安装在虚拟机中)作为调试设备。
问题是,当我开始从虚拟机调试到设备(连接到同一wifi网络)时,出现此错误:
Cannot start debugging: Cannot connect to 127.0.0.1:29308:
No connection could be made because the target machine
actively refused it 127.0.0.1:29309
Couldn't connect debugger.
You can see more details in Xamarin Diagnostic output and the full exception on logs.
在Xamarin上,诊断输出看不到任何东西可以使我理解问题所在。
你能帮我吗?谢谢
答案 0 :(得分:1)
我认为您必须下载最新的Android SDK平台工具。