1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-09-12 16:40:40 +08:00
Files
2026-08-31 07:58:23 +08:00

30 lines
576 B
Markdown

# uni-app 原生App离线打包指南
## 官方文档
参考官方文档:https://nativesupport.dcloud.net.cn/AppDocs/
## 什么是离线打包
离线打包是将 uni-app 项目打包成原生 Android 或 iOS 应用的过程。
## 打包流程
### Android 打包
1. 准备 Android 开发环境
2. 配置 manifest.json
3. 使用 Android Studio 打包
4. 签名和发布
### iOS 打包
1. 准备 iOS 开发环境
2. 配置 manifest.json
3. 使用 Xcode 打包
4. 签名和发布
## 参考资源
- App离线打包文档:https://nativesupport.dcloud.net.cn/AppDocs/