-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build android apk release #64
Comments
Hey @michaelleung0o0, If you are running the super app showcase on android, you probably forgot to run |
i run -> And then I wanna build a prod apk and hope that it will include all the mini app in "host", |
When building for production, we are not bundling mini-apps into the host app, the idea is to have the mini-app bundles on a server/CDN and download them in runtime. So the following steps need to be done:
|
|
Unable to build apk file.It crashes. |
I build successfully, but when i open the app it stuck on splash screen "Super App Showcase", it seems can't bundle the development server into the apk file, as the file size just around 22mb. So how to include all mini app into main "host" app when build the release apk file. thanks
The text was updated successfully, but these errors were encountered: