StudioUtil.buildClasses()

Signature

boolean buildClasses(String projectName, String projectPath, String outputDirectory, String extendedClasspath, boolean useLegacyCompiler)

Domain

ACTION

Description

Builds classes for all resources inside this project.

Parameters

NameTypeDescription
projectNameStringThe name of the project to be built.
projectPathStringThe path to the project to be built.
outputDirectoryStringThe full path of the output directory, e.g : C:/temp.
extendedClasspathStringor null if no additional classPath entries are needed
useLegacyCompilerbooleanWhether to use legacy compilation
libPathStringOptional lib path

Returns

TypeDescription
booleanA boolean indicating success or failure.

Cautions

none