| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.android.adb.AdbUtil |
Utility code to locate adb on the current system.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | adbName | Standard Android Debug Bridge (ADB) file name is "adb". | |||||||||
| String | currentSdkLocationVar | See https://developer.android.com/tools/variables | |||||||||
| String | legacySdkLocationVar | See https://developer.android.com/tools/variables | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AdbUtil() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static File |
findAdbOnCurrentSystem()
Find the Android Debug Bridge (adb) on this system.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Standard Android Debug Bridge (ADB) file name is "adb".
See https://developer.android.com/tools/variables
See https://developer.android.com/tools/variables
Find the Android Debug Bridge (adb) on this system.
| IOException | on error, incl. adb not found |
|---|