mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Allow configured adb path to be empty, look for adb in shipped path
* On windows we ship adb.exe under android/ so that there's no configure needed. Look for that file if there isn't an override path.
This commit is contained in:
@@ -418,9 +418,6 @@ namespace renderdocui.Code
|
||||
// Set the config setting as it will be reused when we start the remoteserver etc.
|
||||
StaticExports.SetConfigSetting("adbExePath", adbExePath);
|
||||
|
||||
if (adbExePath.Length == 0)
|
||||
return;// adb path must be non-empty in the Options dialog.
|
||||
|
||||
string[] androidHosts = StaticExports.EnumerateAndroidDevices();
|
||||
foreach(string hostName in androidHosts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user