hdc基础命令


请先 登录 后评论

1 个回答

Luffy

hdc命令路径

openHarmonySdk_path\9\toolchains\hdc.exe


登录到板子

hdc shell


多设备时

hdc list targets

hdc -t xxx shell


重新挂载

hdc shell mount -o remount,rw /

hdc shell mount -o remount,rw /vendor


发送文件

hdc file send xxx /system/bin/


接收文件

hdc file recv /system/bin/xxx .


安装hap

hdc install xxx.hap

请先 登录 后评论