Commit b61c3c3
[docs] Update documentation to reflect
## 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.
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>.aab fast deployment support (#10963)1 parent 018cbc8 commit b61c3c3
File tree
4 files changed
+16
-10
lines changed- Documentation
- docs-mobile
- building-apps
- messages
- guides
4 files changed
+16
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
1045 | | - | |
| 1045 | + | |
| 1046 | + | |
1046 | 1047 | | |
1047 | 1048 | | |
1048 | 1049 | | |
| |||
1639 | 1640 | | |
1640 | 1641 | | |
1641 | 1642 | | |
1642 | | - | |
| 1643 | + | |
1643 | 1644 | | |
1644 | 1645 | | |
1645 | 1646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
0 commit comments