hbuilder与夜神模拟器的链接

1.下载夜神模拟器安装;下载hbuilder安装

夜神模拟器:http://xiazai.zol.com.cn/detail/45/441252.shtml

hbuilder:http://baoku.360.cn/soft/show/appid/103981735

2.夜神模拟器与hbuilder建立连接

cmd命令执行 夜神模拟器链接127.0.0.1:62001

《1》找到你的夜神模拟器安装位置

《2》打开文件夹路径

C:Program Files (x86)Noxin

《3》执行命令

nox_adb connect 127.0.0.1:62001

nox_adb devices

注意:此处由于我的已建立链接,所以执行命令会unable to connect to 127.0.0.1:62001:62001

如果第一次安装,建立连接,就会显示链接成功

《4》找到hbuilder的adb.exe路径

F:HBuilder ools

《5》cmd命令打开路径

F:HBuilder ools

执行命令

adb connect 127.0.0.1:62001

adb devices

链接成功

《6》在hbuilder中

运行 --> 手机运行 --> 在[127.0.0.1:62001]上运行“项目名”

其他

[我的博客,欢迎交流!](http://rattenking.gitee.io/stone/index.html)

[我的CSDN博客,欢迎交流!](https://blog.csdn.net/m0_38082783)

[微信小程序专栏](https://blog.csdn.net/column/details/18335.html)

[前端笔记专栏](https://blog.csdn.net/column/details/18321.html)

[微信小程序实现部分高德地图功能的DEMO下载](http://download.csdn.net/download/m0_38082783/10244082)

[微信小程序实现MUI的部分效果的DEMO下载](http://download.csdn.net/download/m0_38082783/10196944)

[微信小程序实现MUI的GIT项目地址](https://github.com/Rattenking/WXTUI-DEMO)

[微信小程序实例列表](http://blog.csdn.net/m0_38082783/article/details/78853722)

[前端笔记列表](http://blog.csdn.net/m0_38082783/article/details/79208205)

[游戏列表](http://blog.csdn.net/m0_38082783/article/details/79035621)

原文地址:https://www.cnblogs.com/linewman/p/9918577.html