[TOC] #### 1. 打包安卓 App --- 點(diǎn)擊 **菜單欄 --> 發(fā)行 --> 原生App-云打包** ![](https://img.itqaq.com/art/content/54a29b9a1f6551575755487db58d1dc9.png) 需要登錄 dcloud 賬號(hào),沒有的話就去注冊(cè)一個(gè),回到 Hbuilderx 登錄賬號(hào)即可 ![](https://img.itqaq.com/art/content/5c6e152694bd3a6bad3b0b1fca2011d8.png) 登錄 dcloud 賬號(hào)后,再進(jìn)行 **原生App-云打包**,你會(huì)看到這樣一個(gè)窗口,下面是默認(rèn)勾選項(xiàng) ![](https://img.itqaq.com/art/content/45dc5002f3fde1ea872538349d6af414.png) 在上圖中可以看到還沒有 **Android 包名**,那么需要在 mainfest.json 文件中生成 uni-app 應(yīng)用標(biāo)識(shí)(AppID): ![](https://img.itqaq.com/art/content/8afd311243aaaabec99b9849e6154f3c.png) 如果想要打包一個(gè)安卓 App,只需要修改兩項(xiàng)內(nèi)容: ![](https://img.itqaq.com/art/content/3dc29386e6f88e4b0cf6b7a2430e2d1f.png) 點(diǎn)擊 **原生App-云打包** 彈窗右下角的 **打包**,如果沒有按照 **amazon-corretto** 插件會(huì)提示安裝,安裝即可: ![](https://img.itqaq.com/art/content/a548bd8bb11d981a2a297d2e79b2e2e1.png) 點(diǎn)擊 **原生App-云打包** 彈窗右下角的 **打包**,會(huì)出現(xiàn)兩個(gè)提示框,點(diǎn)擊 **繼續(xù)打包** 即可: ![](https://img.itqaq.com/art/content/74d930c8736d0c0066b0594142ac8f9b.png) 將提交到 dcloud 云端,進(jìn)行排隊(duì)打包。如果有很多開發(fā)者在同一個(gè)時(shí)間提交了云端打包,那么等待的時(shí)間會(huì)比較久 ![](https://img.itqaq.com/art/content/5c971932e470fbbefaa3613f2a83bac3.png) 下面是打包成功后的提示,安卓 App 打包生成的 apk 文件存放在 **unpackage/release/apk** 目錄下面 ![](https://img.itqaq.com/art/content/224ba0377fa2333f45c63c2502f4c349.png) #### 2. 安卓 App 安裝到手機(jī) --- **方法一、** 點(diǎn)擊控制臺(tái)的打包成功提示中的 **打開目錄**, 會(huì)在 Hbuilderx 中打開文件管理目錄,選中 apk 文件,右鍵選擇 **安裝到手機(jī)** ![](https://img.itqaq.com/art/content/61898c4e41d2df8cf89b338966ee58e3.png) **方法二、** 將打包生成的 apk 文件傳送到手機(jī)上,下載安裝即可 特別注意: apk 文件通過微信發(fā)送到手機(jī)上時(shí)會(huì)自動(dòng)在文件后綴添加 `.1`,導(dǎo)致無法正常安裝 `__UNI__753FB9A__20221107220018.apk` 自動(dòng)變?yōu)?`__UNI__753FB9A__20221107220018.apk.1`