In order to establish a connection to a device, this application uses the
Android Debug Bridge (ADB). If ADB is not running when this program launches,
it will start ADB. However, for this to work, it needs the full path to the ADB
executable.
You can find the ADB executable in the Android SDK installation directory, under
/platform-tools/
. If you have either of the environment variables
ANDROID_HOME or ANDROID_SDK_HOME defined and pointing to the SDK installation dir,
it will pick it up from there, without you having to specify the path.
Please, provide the full path to the ADB executable below.