注意,目前所有x86安卓模拟器都不支持调试。
5.2.1.0版本完整包下载地址:
http://res.bignox.com/g5/M00/01/92/CqsbdFny0pOAQsV9EZHDiLQ3sRU821.exe?filename=nox_setup_v5.2.1.0_full.exe
或者,从这里找
https://www.yeshen.com/blog/version/
安装完了,出现 完成安装,立即使用,千万不要点,千万不要启动。
通过防火墙,禁止NOX 联外网。否则第一次能运行,再启动,就不能了。必须卸载,重装。
找到 防火墙,高级设置。
入站规则,出站规则找 nox 和 noxh 或者 Nox.exe NoxVMHandle.exe ,将他们都设置为禁止。
安装完之后,启动 夜神。
然后 找到 adb.exe 的目录。
例如
C:\Users\Public\Documents\Embarcadero\Studio\XX.0\PlatformSDKs\adt-bundle-windows-x86-20131030\sdk\platform-tools
或者
D:\Program Files (x86)\Embarcadero\Studio\XX.0\PlatformSDKs\adt-bundle-windows-x86-20131030\sdk\platform-tools
新建一个 nox.cmd 文件
输入
cd/d "D:\Users\Public\Documents\Embarcadero\Studio\14.0\PlatformSDKs\adt-bundle-windows-x86-20131030\sdk\platform-tools"
adb connect 127.0.0.1:62001
pause
exit;
保存,记住,扩展名是 cmd 或者 bat ,千万不要txt。否则,你还是放弃吧,不适合做开发。
打开 DLEPHI ,运行这个 nox.cmd。然后 IDE 就能发现 夜神 模拟器了。
Copyright © 2014 DelphiW.com 开发 源码 文档 技巧 All Rights Reserved
晋ICP备14006235号-8 晋公网安备 14108102000087号
执行时间: 0.047106981277466 seconds