After a successful build, it would be helpful to have a way to install the last generated APK directly from the build console.
For example, once the build finishes, the console could show something like:
Build finished successfully.
Ready to [Install]
where Install is a clickable action that launches the APK installer for the most recently built APK.
Why this would be useful
Sometimes the installation prompt is accidentally dismissed or missed after a successful build. In that case, the only options are to rebuild the project or manually navigate to the generated APK and install it.
Having a persistent Install action for the last successful build would make the build → test workflow much more convenient and save unnecessary rebuilds.

After a successful build, it would be helpful to have a way to install the last generated APK directly from the build console.
For example, once the build finishes, the console could show something like:
where Install is a clickable action that launches the APK installer for the most recently built APK.
Why this would be useful
Sometimes the installation prompt is accidentally dismissed or missed after a successful build. In that case, the only options are to rebuild the project or manually navigate to the generated APK and install it.
Having a persistent Install action for the last successful build would make the build → test workflow much more convenient and save unnecessary rebuilds.