• Home
Name Date Size #Lines LOC

..--

NOTICED12-May-202411.2 KiB206173

prebuilts-readme-fastjson.mdD12-May-2024525 1512

readme-app_unpacking_tool.mdD12-May-2024444 1111

readme-haptobin_tool.mdD12-May-2024424 1111

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```