From bd3c93ae3dfa3dd1b41594450a20dc5611fef50a Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 4 Feb 2022 08:37:36 +0100 Subject: [PATCH] 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). --- app/src/adb/adb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/adb/adb.c b/app/src/adb/adb.c index 215fc6be..4810dcbd 100644 --- a/app/src/adb/adb.c +++ b/app/src/adb/adb.c @@ -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