Class AdbUtil
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.adb.AdbUtil
Utility code to locate
adb
on the current system.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic File
Find the Android Debug Bridge (adb) on this system.
-
Field Details
-
adbName
Standard Android Debug Bridge (ADB) file name is "adb".- See Also:
-
legacySdkLocationVar
See https://developer.android.com/tools/variables- See Also:
-
currentSdkLocationVar
See https://developer.android.com/tools/variables- See Also:
-
-
Constructor Details
-
AdbUtil
public AdbUtil()
-
-
Method Details
-
findAdbOnCurrentSystem
Find the Android Debug Bridge (adb) on this system.- Returns:
- the ADB file (never null)
- Throws:
IOException
- on error, incl. adb not found
-