From 2c6e30c5a08baa3d909dc2a4466d9b899dbd87a3 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 17 Jul 2023 10:36:33 +0000 Subject: [PATCH] Restyled by prettier-markdown --- examples/virtual-device-app/android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/virtual-device-app/android/README.md b/examples/virtual-device-app/android/README.md index bad2cf1ebdf657..a5a1ce3a659008 100644 --- a/examples/virtual-device-app/android/README.md +++ b/examples/virtual-device-app/android/README.md @@ -51,8 +51,8 @@ the top Matter directory: See the table above for other values of `TARGET_CPU`. The debug Android package `app-debug.apk` will be generated at -`out/android-$TARGET_CPU-virtual-device-app/VirtualDeviceApp/app/outputs/apk/debug/`, and can be installed -with +`out/android-$TARGET_CPU-virtual-device-app/VirtualDeviceApp/app/outputs/apk/debug/`, +and can be installed with ```shell adb install out/android-$TARGET_CPU-virtual-device-app/VirtualDeviceApp/app/outputs/apk/debug/app-debug.apk