Skip to content

Update documentation to reflect .aab fast deployment support#10963

Merged
jonathanpeppers merged 2 commits intomainfrom
copilot/update-documentation-to-reflect-status
Mar 18, 2026
Merged

Update documentation to reflect .aab fast deployment support#10963
jonathanpeppers merged 2 commits intomainfrom
copilot/update-documentation-to-reflect-status

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

Summary

Updates documentation across multiple files to reflect that fast deployment now works with .aab files (Android App Bundles), as implemented in PR #8990.

Context: #9455 (comment)

Changes

  • Documentation/guides/AndroidAssetPacks.md: Removed incorrect statement that setting AndroidPackageFormat to aab disables fast deployment. Added note explaining .aab is supported but slower than .apk due to bundletool processing.
  • Documentation/docs-mobile/building-apps/build-process.md: Updated Fast Deployment section to explicitly state support for both .apk and .aab package formats, with caveat about performance difference.
  • Documentation/docs-mobile/building-apps/build-properties.md: Updated AndroidFastDeploymentType, EmbedAssembliesIntoApk, and AndroidPackageFormats property descriptions to reflect .aab support. Softened the recommendation against using aab for debugging.
  • Documentation/docs-mobile/messages/xa0119.md: Removed the "App Bundles" bullet from the list of non-ideal Debug configuration settings, since using .aab in Debug is now a valid scenario (e.g., for testing asset packs) with fast deployment support.

Copilot AI and others added 2 commits March 17, 2026 21:28
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates .NET for Android documentation to reflect that Fast Deployment can be used with Android App Bundles (.aab)—with the tradeoff that deployments are slower due to bundletool processing—improving guidance for asset pack testing and related build properties.

Changes:

  • Replace “.aab disables fast deployment” guidance with a note explaining .aab + fast deployment is supported but slower due to bundletool.
  • Remove XA0119 troubleshooting guidance that advised against using AndroidPackageFormat=aab in Debug.
  • Update build property and build process docs to consistently describe fast deployment behavior for both .apk and .aab.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
Documentation/guides/AndroidAssetPacks.md Clarifies Debug-time asset pack testing with .aab and explains fast deployment performance implications.
Documentation/docs-mobile/messages/xa0119.md Removes outdated Debug guidance discouraging App Bundles.
Documentation/docs-mobile/building-apps/build-properties.md Updates fast deployment and package format documentation to include .aab support and terminology.
Documentation/docs-mobile/building-apps/build-process.md Documents that fast deployment works with both .apk and .aab, and notes the bundletool overhead for .aab.

Copilot AI added a commit to dotnet/docs-mobile that referenced this pull request Mar 17, 2026
Mirrors dotnet/android#10963. Fast deployment now works with .aab files
(Android App Bundles), so documentation is updated accordingly.

Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
@jonathanpeppers jonathanpeppers merged commit b61c3c3 into main Mar 18, 2026
9 of 10 checks passed
@jonathanpeppers jonathanpeppers deleted the copilot/update-documentation-to-reflect-status branch March 18, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants