Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
NOTICE | D | 12-May-2024 | 11.2 KiB | 206 | 173 | |
prebuilts-readme-fastjson.md | D | 12-May-2024 | 525 | 15 | 12 | |
readme-app_unpacking_tool.md | D | 12-May-2024 | 444 | 11 | 11 | |
readme-haptobin_tool.md | D | 12-May-2024 | 424 | 11 | 11 |
readme-app_unpacking_tool.md
1# app_unpacking_tool.jar构建说明 2```bash 3#获取代码 4repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.2-Release --no-repo-verify 5repo sync -c 6repo forall -c 'git lfs pull' 7bash build/prebuilts_download.sh 8# 编译app_unpacking_tool.jar,需要使用openjdk-8-jdk 9./build.sh --product-name ohos-sdk --ccache 10# 编译后app_unpacking_tool.jar位置:./developtools/packing_tool/app_unpacking_tool.jar 11```
readme-haptobin_tool.md
1# haptobin_tool.jar构建说明 2```bash 3#获取代码 4repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.2-Release --no-repo-verify 5repo sync -c 6repo forall -c 'git lfs pull' 7bash build/prebuilts_download.sh 8# 编译haptobin_tool.jar,需要使用openjdk-8-jdk 9./build.sh --product-name ohos-sdk --ccache 10# 编译后haptobin_tool.jar位置:./developtools/packing_tool/haptobin_tool.jar 11```