expo-cli build:android [path]
Build and sign a standalone APK or App Bundle for the Google Play Store
Arguments
Name | Description |
---|
path | folders |
Options
Name | Description |
---|
-h, --help | Output usage information |
-c, --clear-credentials <boolean> | Clear stored credentials |
--release-channel <name> | Pull from specified release channel |
--no-publish <boolean> | Disable automatic publishing before building |
--no-wait <boolean> | Exit immediately after triggering build |
--keystore-path <path> | Path to your Keystore: *.jks |
--keystore-alias <alias> | Keystore Alias |
--generate-keystore <boolean> | [deprecated] Generate Keystore if one does not exist |
--public-url <url> | The URL of an externally hosted manifest (for self-hosted apps) |
--skip-workflow-check <boolean> | Skip warning about build service bare workflow limitations |
-t, --type <boolean> | Type of build: [app-bundle|apk] |
--config [file] | Deprecated: Use app.config.js to switch config files instead |