Android packages
Create an installable APK:
carbon bundle android --apkCreate a Play Store bundle:
carbon bundle android --aabRelease is the default. Use --debug for emulator and smoke-test artifacts. Carbon forces assemblies
into standalone debug APKs instead of relying on .NET Android fast deployment.
Signing
Section titled “Signing”{ "bundle": { "android": { "signing": { "keystore": "src-carbon/release.jks", "keyAlias": "release" } } }}Set passwords only in the environment:
export CARBON_ANDROID_KEYSTORE_PASSWORD='...'export CARBON_ANDROID_KEY_PASSWORD='...'Carbon fails early when signing is partly configured. Before release, install the AAB in an internal Play track and verify identity, permissions, icons, deep links, and WebView startup on physical devices.
