diff --git a/qrenderdoc/Windows/MainWindow.cpp b/qrenderdoc/Windows/MainWindow.cpp
index df9a5f584..f3d21c27d 100644
--- a/qrenderdoc/Windows/MainWindow.cpp
+++ b/qrenderdoc/Windows/MainWindow.cpp
@@ -515,8 +515,10 @@ void MainWindow::OnCaptureTrigger(const QString &exe, const QString &workingDir,
tr("Error launching %1 for capture.\n\n"
"Something went wrong connecting to the debugger on the Android device.\n\n"
"This can happen if the package is not "
- "marked as debuggable, or if another android tool such as android studio "
- "or other tool is interfering with the debug connection.")
+ "marked as debuggable, or if another android tool such as Android Studio "
+ "is interfering with the debug connection.\n\n"
+ "Close all instances of Android Studio or other Android programs"
+ "and try again.")
.arg(exe));
return;
}
@@ -573,8 +575,10 @@ void MainWindow::OnInjectTrigger(uint32_t PID, const rdcarrayall instances of Android Studio or other Android programs"
+ "and try again.")
.arg(PID));
return;
}