Retrieve a list of relative paths to the SDK root directory
for all necessary tools needed for a SDK installations using
the legacy structure (tools/android, ...).
Retrieve a list of relative paths to the SDK root directory
for all necessary tools needed for a SDK installations using
the new structure (tools/bin, emulator dir).
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
public staticString[]getRequiredToolsRelativePaths(boolean isUnix)
Retrieve a list of relative paths to the SDK root directory
for all necessary tools needed for a SDK installations using
the new structure (tools/bin, emulator dir).
Parameters:
isUnix - if false the windows suffix is appended
Returns:
a list of relative paths (including the executable name) expected to exist
getRequiredCmdLineToolsPaths
public staticString[]getRequiredCmdLineToolsPaths(boolean isUnix)
getRequiredToolsLegacyRelativePaths
public staticString[]getRequiredToolsLegacyRelativePaths(boolean isUnix)
Retrieve a list of relative paths to the SDK root directory
for all necessary tools needed for a SDK installations using
the legacy structure (tools/android, ...).
Parameters:
isUnix - if false the windows suffix is appended
Returns:
a list of relative paths (including the executable name) expected to exist