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).
pull/2999/head
Romain Vimont 2 years ago
parent 9e3902f30c
commit bd3c93ae3d

@ -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…
Cancel
Save