Méthode | Description | |
---|---|---|
GetBuildTool ( String relativePath ) : string |
Gets the build tool.
|
|
GetBuildToolVersion ( ) : System.Version |
Gets the build tool version.
|
|
GetBundledTool ( string relativePath ) : string |
Gets the bundled tool.
|
|
GetSdkTool ( string relativePath ) : string |
Gets the SDK tool.
|
|
TempPathCleanup ( ) : void |
Temps the path cleanup.
|
|
ToolExists ( string toolRelativePath ) : bool |
Checks if the tool is able to be located.
|
|
VerifyAndroidSdkTools ( ) : bool |
Verifies the android SDK tools.
|
public static GetBuildTool ( String relativePath ) : string | ||
relativePath | String | The relative path. |
Résultat | string |
public static GetBuildToolVersion ( ) : System.Version | ||
Résultat | System.Version |
public static GetBundledTool ( string relativePath ) : string | ||
relativePath | string | The relative path. |
Résultat | string |
public static GetSdkTool ( string relativePath ) : string | ||
relativePath | string | The relative path. |
Résultat | string |
public static ToolExists ( string toolRelativePath ) : bool | ||
toolRelativePath | string | The tool relative path. |
Résultat | bool |
public static VerifyAndroidSdkTools ( ) : bool | ||
Résultat | bool |