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:
baldurk
2020-01-07 13:50:35 +00:00
parent 10aa4662ec
commit ff37dc9787
+1 -1
View File
@@ -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 =