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

posted @ 2017-08-02 11:45  VindyLeong  阅读(1069)  评论(0编辑  收藏  举报