From 047b196f0d11c84f8a09906e1b5015c1d9eb879e Mon Sep 17 00:00:00 2001 From: jkurtw <49886147+jkurtw@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:33:37 -0500 Subject: [PATCH] Fix broken bundletool link --- DynamicFeatures/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicFeatures/README.markdown b/DynamicFeatures/README.markdown index 7cbea6cd..be990629 100644 --- a/DynamicFeatures/README.markdown +++ b/DynamicFeatures/README.markdown @@ -47,7 +47,7 @@ Clone this repository, enter the top level directory and run ./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= --output=`. _Make sure to include --local-testing flag_ 2. Connect to the device/emulator 3. Deploy app to the device: `bundletool install-apks --apks=`