> 文档中心 > openharmony备忘录

openharmony备忘录


编译三板斧

  • 1 重置工作区,删除所有修改(记得备份你改的代码): repo forall -c “pwd;git reset --hard; git clean -fd”
  • 2 更新最新代码: repo sync -c -j8; repo forall -c “pwd;git lfs install;git lfs pull”
  • 3 执行prebuilts下载脚本: bash build/prebuilts_download.sh