diff --git a/www/docs/en/dev/guide/cli/index.md b/www/docs/en/dev/guide/cli/index.md
index 167ad69fc5..ca23476d35 100644
--- a/www/docs/en/dev/guide/cli/index.md
+++ b/www/docs/en/dev/guide/cli/index.md
@@ -128,11 +128,9 @@ SDKs for mobile platforms often come bundled with emulators that execute a devic
cordova emulate android
```
-![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_init.png)
+
-Following up with the `cordova emulate` command refreshes the emulator image to display the latest application, which is now available for launch from the home screen:
-
-![]({{ site.baseurl }}/static/img/guide/cli/android_emulate_install.png)
+Running `cordova emulate` will also prepare, rebuild, and redeploy the latest app to the emulator.
Alternately, you can plug the handset into your computer and test the app directly:
diff --git a/www/static/img/guide/cli/2023-android-app-running-on-emulator.png b/www/static/img/guide/cli/2023-android-app-running-on-emulator.png
new file mode 100644
index 0000000000..3c0b8fe660
Binary files /dev/null and b/www/static/img/guide/cli/2023-android-app-running-on-emulator.png differ
diff --git a/www/static/img/guide/cli/2023-android-connecting-to-emulator.png b/www/static/img/guide/cli/2023-android-connecting-to-emulator.png
new file mode 100644
index 0000000000..54b511f014
Binary files /dev/null and b/www/static/img/guide/cli/2023-android-connecting-to-emulator.png differ
diff --git a/www/static/img/guide/cli/2023-android-launching-to-emulator.png b/www/static/img/guide/cli/2023-android-launching-to-emulator.png
new file mode 100644
index 0000000000..34215def41
Binary files /dev/null and b/www/static/img/guide/cli/2023-android-launching-to-emulator.png differ