# doa-sdk-bundle **Repository Path**: sun-yi-wen/doa-sdk-bundle ## Basic Information - **Project Name**: doa-sdk-bundle - **Description**: doip与irp协议的合集。 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-10-19 - **Last Updated**: 2022-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 初次clone可使用以下命令。 ```bash git clone https://xxxx/XXX-bundle.git ``` 项目由多个子项目组成 在git clone之后执行 ```bash git submodule update --init ``` ```bash git submodule foreach -q --recursive 'git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)' ``` 更新所有子项目: ``` git submodule foreach git pull --rebase origin master git pull --rebase origin master ``` ## 开发环境配置 build报错可将scripts目录下的gradle.properties.template 复制至./目录下,并重命名为gradle.properties