⌂
›
Publishing
›
Android
Android
Ruflet can package Android builds through the CLI.
Build commands
ruflet build apk
ruflet build android --self
ruflet build aab
Choosing 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
ruflet install
For device-specific install flows, use --device.