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