Skip to content

Commit

Permalink
Update 2024-01-05-AndroidIDE-Write-PDMod-Reset.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LingASDJ committed Jan 5, 2024
1 parent 835660a commit 2fdf56b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions _posts/2024-01-05-AndroidIDE-Write-PDMod-Reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ wget https://www.pd.qinyueqwq.top/ftp/pd/ade/idesetupcn -O $SYSROOT/bin/idesetup
```

下载完毕后:

```bash
idesetup
```

输入 `idesetup` 回车 输入 Y 再次回车即可

注意:
Expand All @@ -45,13 +50,13 @@ wget https://www.pd.qinyueqwq.top/ftp/pd/ade/idesetupcn -O $SYSROOT/bin/idesetup
要想部署他们,
请在终端中输入指令:

### 2.2.1版本
```bash
### 2.2.1
git clone https://gitee.com/LingASDJ/SHPD-ADE-PACKAGE.git --branch 2.2.1-ADE /storage/emulated/0/AndroidIDEProjects/SHPD-ADE-2.2.1
```

### 1.4.3版本
```bash
### 1.4.3
git clone https://gitee.com/LingASDJ/SHPD-ADE-PACKAGE.git --branch 1.4.3-ADE /storage/emulated/0/AndroidIDEProjects/SHPD-ADE-1.4.3
```

Expand All @@ -78,6 +83,11 @@ git clone https://gitee.com/LingASDJ/SHPD-ADE-PACKAGE.git --branch 1.4.3-ADE /st

## 1.ADE基础部署
1.在群文件下载idesetupcn

```bash
idesetupcn
```

2.cd到对应目录,输入 `idesetupcn` 等待部署完成

## 2.部署优化版
Expand Down Expand Up @@ -107,3 +117,9 @@ git clone https://gitee.com/LingASDJ/SHPD-ADE-PACKAGE.git --branch 1.4.3-ADE /st
<img src="https://rust.coldmint.top/ftp/ling/cdnpng/adepng/release4.jpg">
<img src="https://rust.coldmint.top/ftp/ling/cdnpng/adepng/release5.jpg">
<img src="https://rust.coldmint.top/ftp/ling/cdnpng/adepng/release6.jpg">


# 5.后续步骤
在项目根目录的build.gradle中请修改你的包名和应用名字,请不要使用默认包名。
`android\src\main\res`中含有`values-zh-rCN``values`文件夹,这两个可以修改崩溃报告界面文本。
最后预祝各位开发顺利,祝各位开发愉快!!!

0 comments on commit 2fdf56b

Please sign in to comment.