mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-09-12 16:40:40 +08:00
16 lines
270 B
Markdown
16 lines
270 B
Markdown
# Android 签名配置
|
|
|
|
## 官方文档
|
|
|
|
参考官方文档:https://nativesupport.dcloud.net.cn/AppDocs/
|
|
|
|
## 关键步骤
|
|
|
|
1. 生成 keystore
|
|
2. 配置包名与签名信息
|
|
3. 打包 APK 并验证签名
|
|
|
|
## 参考资源
|
|
|
|
- https://nativesupport.dcloud.net.cn/AppDocs/
|