mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 04:50:35 +00:00
Update APK installation failure message to mention USB APK installs
* Apparently some android devices don't allow installation of APKs over USB by default.
This commit is contained in:
@@ -3002,7 +3002,7 @@ void MainWindow::showLaunchError(ReplayStatus status)
|
||||
case ReplayStatus::AndroidAPKInstallFailed:
|
||||
message =
|
||||
tr("Couldn't install APK, please check that your device is connected and accessible to "
|
||||
"adb.");
|
||||
"adb, and that installing APKs over USB is allowed.");
|
||||
break;
|
||||
case ReplayStatus::AndroidAPKVerifyFailed:
|
||||
message =
|
||||
|
||||
Reference in New Issue
Block a user