1.打开Studio Emulator for Android开启一个安卓仿真程序,查看网络地址如下图的192.168.1.111.

vs 或 Android Studio 使用Visual Studio Emulator for Android调试安卓程序

 

 2.然后使用adb 连接此ip,找到Android SDK安装目录D:\Android\android-sdk\platform-tools 在此处运行命令行执行  adb.exe connect 192.168.1.111,此时在vs或者 Android Studio中可以看到已出现在设备列表中,然后就可以进行调试

vs 或 Android Studio 使用Visual Studio Emulator for Android调试安卓程序

 

相关文章:

  • 2021-04-25
  • 2022-12-23
  • 2021-10-18
  • 2021-08-22
  • 2021-07-31
  • 2021-05-26
  • 2021-10-23
  • 2022-01-14
猜你喜欢
  • 2021-05-21
  • 2021-03-31
  • 2022-02-10
  • 2021-09-13
  • 2021-10-20
相关资源
相似解决方案