mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Add possible cause of JDWP failures - bad intent arguments
This commit is contained in:
@@ -579,7 +579,8 @@ void MainWindow::OnCaptureTrigger(const QString &exe, const QString &workingDir,
|
||||
tr("<html>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 "
|
||||
"marked as debuggable, if the intent arguments are badly specified, "
|
||||
"or if another android tool such as Android Studio "
|
||||
"is interfering with the debug connection.\n\n"
|
||||
"Close <b>all</b> instances of Android Studio or other Android programs "
|
||||
"and try again.</html>")
|
||||
|
||||
Reference in New Issue
Block a user