-
Notifications
You must be signed in to change notification settings - Fork 1.2k
配置说明
Alone_Monkey edited this page Dec 15, 2017
·
4 revisions
设置项 | 意义 |
---|---|
MonkeyDevBuildPackageOnAnyBuild | 每次build都生成deb包 |
MonkeyDevCopyOnBuild | build的时将deb包拷贝到设备的/var/root/MonkeyDevBuilds/目录 |
MonkeyDevDeviceIP | 目标设备的ip地址,默认USB连接,localhost |
MonkeyDevDevicePort | 目标设备的端口,默认22 |
MonkeyDevDevicePassword | 目标设备的ssh登录密码,默认为空使用免密码登录 |
MonkeyDevInstallOnAnyBuild | 每次build都将deb安装到设备 |
MonkeyDevInstallOnProfiling | 点击Profile才将deb安装到设备 |
MonkeyDevKillProcessOnInstall | 安装的时候杀掉指定的进程,填写进程名 |
MonkeyDevClearUiCacheOnInstall | 安装时clear uicache |
MonkeyDevPath | MonkeyDev的安装路径,默认的,不用修改 |
MonkeyDevTheosPath | theos的安装路径 |
默认的远程设备IP为localhost
,端口为22
。
可以在~/.zshrc
或者~/.bash_profile
配置文件中设置导出环境变量:
export MonkeyDevDeviceIP=
export MonkeyDevDevicePort=