⌂
›
Publishing
›
Android
Android
Ruflet can package Android builds through the CLI.
Build commands
-function">ruflet build apk
-function">ruflet build android --self
-function">ruflet build aabChoosing a mode
- Use the default mode when the app will talk to a hosted Ruflet backend.
- Use
--selfwhen you want a more self-contained client build.
Things to decide early
- which services/extensions your app needs
- whether runtime logic stays server-driven or embedded
- your asset setup in
ruflet.yaml
Install after building
-function">ruflet installFor device-specific install flows, use --device.