# 安装 # 打包 ### ionic build --project=live-app//默认打包 或者 ng build live-app --output-path=www/live-app # 参考资料 - 打包 - https://blog.csdn.net/weixin_46318413/article/details/126129576 - https://blog.csdn.net/qq_18948359/article/details/139874286 - https://www.jianshu.com/p/be517d9a0567 # Question: - npx cap sync android 添加 Android 平台(如果尚未添加) - 打开 Android 项目(可选): npx cap open android - npx cap build android 构建 Android 应用