StudioUtil.buildClasses()
Signature
boolean buildClasses(String projectName, String projectPath, String outputDirectory, String extendedClasspath, boolean useLegacyCompiler)
Description
Builds classes for all resources inside this project.
Parameters
Name | Type | Description |
projectName | String | The name of the project to be built. |
projectPath | String | The path to the project to be built. |
outputDirectory | String | The full path of the output directory, e.g : C:/temp. |
extendedClasspath | String | or null if no additional classPath entries are needed |
useLegacyCompiler | boolean | Whether to use legacy compilation |
libPath | String | Optional lib path |
Returns
Type | Description |
boolean | A boolean indicating success or failure. |