Skip to content

Commit e865ad9

Browse files
Amber-Nan杨楠
andauthored
doc(website): 更新 Android(Mac) 打包文档。 (#363)
* fix(Divider):优化 gutter属性不生效问题 * feat(Divider): 增加分割线标题的位置调整功能 & 更新文档 * feat(Rating):增加自定义每项的提示信息 & 更新文档 * feat(Rating):增加只读功能 & 文档更新 * feat(Timeline): 增加改变时间轴内容相对位置功能 & 文档更新 * style(Timeline):Update Readme.md img * feat(Timeline):增加自定义图标 & 文档更新 * feat(Timeline):优化自定义图标 & 文档更新 * feat:新增Calendar 日历组件 * doc(website): Update Calendar Readme.md * feat(Calendar):增加农历及假期展示 && 文档更新 * feat(Calendar):增加假日文字颜色 * feat(Calendar):左上角按钮增加自定义跳转功能&文档更新 * feat(Calendar):优化农历假日及文字排版 * feat(Calendar):处理文字长度 * fix(Calendar):优化安卓文字排版 * feat(Calendar):增加农历详情展示 & 文档更新 * feat(DragDrawer):新增DragDrawer 拖曳抽屉 & 文档更新 * doc(website): 增加DragDrawer目录 * feat(DragDrawer):增加自定义图标 & 文档更新 * feat(DragDrawer): 增加抽屉自定义样式 & 文档更新 * feat(DragDrawer): 增加抽屉自定义样式 & 文档更新 * feat(DragDrawer):自定义抽屉样式 * doc(website): Update ios打包Readme.md * doc(website): Update TreeSelect Readme.md * doc(website): Update Readme.md * style(website): Update Readme.md * feat(TextArea):增加多行输入框 & 文档更新 * fix(DragDrawer):修改组件展示示例 * feat(TextArea):增加字数展示 && 文档更新 * doc(website): Update Android(Mac) 打包 Readme.md Co-authored-by: 杨楠 <yangnan@nihaosi.com>
1 parent 5f31c2e commit e865ad9

File tree

6 files changed

+34
-0
lines changed

6 files changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11
Android(Mac) 打包
22
===
33

4+
> 🚧 Android(Mac)打包前需要先准备好`需要打包的项目`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->`Android Studio`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->
5+
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
6+
7+
## 一. 创建签名文件
8+
9+
### `创建签名文件`<!--rehype:style=color: white; background: #1c7bd0;-->
10+
11+
`Android Studio`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->打开需要打包的项目,之后选择 `Build`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->中的`Generate Signed Bundle/APK`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->开始创建签名文件。
12+
13+
![](./img/01.png)<!--rehype:style=max-width: 650px;width: 100%;-->
14+
15+
选择`Android App Bundle`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->点击进入下一步。
16+
17+
![](./img/02.png)<!--rehype:style=max-width: 650px;width: 100%;-->
18+
19+
### `填写签名参数`<!--rehype:style=color: white; background: #1c7bd0;-->
20+
21+
![](./img/03.png)<!--rehype:style=max-width: 650px;width: 100%;-->
22+
23+
#### `1. 创建密钥库(已拥有密钥库跳过)`<!--rehype:style=color: white; background: #ffb703;-->
24+
25+
点击`Create new...”`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->按钮创建密钥库,填写相关信息后,点击`OK`创建成功。
26+
27+
![](./img/04.png)<!--rehype:style=max-width: 650px;width: 100%;-->
28+
29+
#### `2.选择已存在密钥库及密钥`<!--rehype:style=color: white; background: #ffb703;-->
30+
31+
点击`Choose existing...”`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->按钮找到密钥库文件。
32+
33+
![](./img/05.png)<!--rehype:style=max-width: 650px;width: 100%;-->
34+
35+
> 密钥库文件地址在项目`Android/app/debug.keystore`<!--rehype:style=color: #1c7bd0; background: ##E6E6E6-->目录下。
36+
<!--rehype:style=border-left: 8px solid #ffe564;background-color: #ffe56440;padding: 12px 16px;-->
37+
438
文档正在建设中...
410 KB
Loading
363 KB
Loading
479 KB
Loading
560 KB
Loading
389 KB
Loading

0 commit comments

Comments
 (0)