sh 为生产Ionic 3构建应用程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 为生产Ionic 3构建应用程序相关的知识,希望对你有一定的参考价值。

# Add the platform to app/platforms
ionic platform add android

# Genererate resources for platform eg icons, splashscreen
ionic resources

#Optimize the app for deployment (strip out debuging code functionlities)
ionic build --release android

#Sig android app and get de apk
https://developer.android.com/studio/publish/app-signing.html#sign-apk

以上是关于sh 为生产Ionic 3构建应用程序的主要内容,如果未能解决你的问题,请参考以下文章

Ionic 3 - 无法在 iOS 上安装生产应用程序

sh 构建测试Ionic 3的应用程序

如何在生产模式下构建 Ionic 应用程序,Ionic 构建的行为不同

Ionic 3是否可靠生产? [关闭]

sh 为production.bash构建web app ionic

在 Ionic 应用程序中使用共享组件时生产构建失败