# uniapp-apk **Repository Path**: chenwh/uniapp-apk ## Basic Information - **Project Name**: uniapp-apk - **Description**: uniapp离线打包 - **Primary Language**: Shell - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2023-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uniapp-apk #### 介绍 uniapp离线打包 通过apktool工具重新打包apk,无需AS环境,和离线打包工程 #### 使用说明 1. 安装 [Java](https://www.java.com/en/download/) 并配置环境变量 2. cmd 运行指令 `apktool d app.apk`,将 apk 文件解包 ![截图](https://upload-images.jianshu.io/upload_images/2253315-df8f18d714c79d95.png?imageMogr2/auto-orient/strip|imageView2/2/w/721/format/webp) 3. 修改资源文件,资源文件目录$apk\assets\apps\ ![截图](https://upload-images.jianshu.io/upload_images/2253315-60070a24dd473bba.png?imageMogr2/auto-orient/strip|imageView2/2/w/609/format/webp) 4. cmd 运行指令`apktool b app -o other.apk`(app 指需要打包的文件夹,-o other.apk 表示生产新文件),重新打包 apk ![截图](https://upload-images.jianshu.io/upload_images/2253315-deedc6158054e82d.png?imageMogr2/auto-orient/strip|imageView2/2/w/860/format/webp) 5. 将 keystore 文件放到该目录,签名 apk 文件 ``` jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore -storepass yourpass other.apk alias ``` ![截图](https://upload-images.jianshu.io/upload_images/2253315-5f4087ba0556adbb.png?imageMogr2/auto-orient/strip|imageView2/2/w/897/format/webp) -keystore key.keystore :用于指定 keystore 的文件名 -storepass yourpass:用于指定 keystore 的密码 other.apk:表示要签名的文件 alias:表示 keystore 文件的别名 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)