Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DynamicFeatures/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Clone this repository, enter the top level directory and run <code>./gradlew tas

To test dynamic delivery with this sample, you can follow any of the below steps:
* Upload the aab to the Google Play Store's internal testing channel. Before uploading, make sure to change the `applicationId` in `app/build.gradle`.
* Locally test the dynamic delivery by using [FakeSplitInstallManager](https://developer.android.com/guide/app-bundle/test/testing-fakesplitinstallmanager) and [bundletool](https://developer.android.com/studio/command-line/bundletool>bundletool):
* Locally test the dynamic delivery by using [FakeSplitInstallManager](https://developer.android.com/guide/app-bundle/test/testing-fakesplitinstallmanager) and [bundletool](https://developer.android.com/studio/command-line/bundletool):
1. Build a set of APKs: `bundletool build-apks --local-testing --bundle=<path_to_aab> --output=<path_to_apks>`. _Make sure to include --local-testing flag_
2. Connect to the device/emulator
3. Deploy app to the device: `bundletool install-apks --apks=<path_to_apks>`
Expand Down