先打开模拟器(mumu、夜神、逍遥、...)
1、$ lsof -n -P -i TCP -s TCP:LISTEN 查看当前模拟器的ip跟端口
2、adb connect 127.0.0.1:22471(看到的ip跟端口)
3、adb devices 查看是否连接成功
4、android studio 选择你的模拟器,进行run
时间: 2024-10-03 07:32:10
先打开模拟器(mumu、夜神、逍遥、...)
1、$ lsof -n -P -i TCP -s TCP:LISTEN 查看当前模拟器的ip跟端口
2、adb connect 127.0.0.1:22471(看到的ip跟端口)
3、adb devices 查看是否连接成功
4、android studio 选择你的模拟器,进行run