Remove platform-tools installation suggestion
On Windows, adb is provided in the release archive. Most missing adb issues come from users setting the ADB environment variable to an incorrect value (on all platforms). Suggesting to install platform-tools to solve the problem will just make things worse (there will be one more adb in yet another location).
This commit is contained in:
parent
9e3902f30c
commit
bd3c93ae3d
1 changed files with 0 additions and 3 deletions
|
@ -77,9 +77,6 @@ show_adb_installation_msg() {
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
LOGI("You may download and install 'adb' from "
|
||||
"https://developer.android.com/studio/releases/platform-tools");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue