android studio 使用第三方模拟器,进行android开发
先打开模拟器(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
先打开模拟器(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