# Class: com.pnfsoftware.jeb.core.units.code.android.adb.AdbUtil

Utility code to locate `adb` on the current system.

## Static Field: adbName
Type: `java.lang.String`

Constant value: `adb`
Description: Standard Android Debug Bridge \(ADB\) file name is "adb".

## Static Field: currentSdkLocationVar
Type: `java.lang.String`

Constant value: `ANDROID_HOME`
Description: See https://developer.android.com/tools/variables

## Static Field: legacySdkLocationVar
Type: `java.lang.String`

Constant value: `ANDROID_SDK_ROOT`
Description: See https://developer.android.com/tools/variables

## Static Method: findAdbOnCurrentSystem
- return type: `java.io.File`

Description: Find the Android Debug Bridge \(adb\) on this system.
return: the ADB file \(never null\)
throws: on error, incl. adb not found

