BuildReply | BuildEnvironment.checkAndroidEnvironment(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) | Checks the Android environment and build tools. |
---|
BuildReply | CommonBuilder.createApp(IPropProgressMonitor monitor, int ticks, CodeModifier codeModifier, java.util.List<java.io.File> filesBuilt, boolean isVerbose) | Creates the application and builds it according to the BuildSettings. |
---|
BuildReply | BuildEnvironment.getExternalProcessEnvironment(java.util.Map<java.lang.String,java.lang.String> returnEnv, boolean logEnvironment) | Gets the "real" environment to use for processes where some of the original environment is inherited, but "not too much". |
---|
BuildReply | BuildEnvironment.getJavaEnvironment(RuntimeBuilderSettings settings, boolean isVerbose) | Retrieves the Java environment. |
---|
BuildReply | BuildEnvironment.getVersions(IPropProgressMonitor monitor, IPrintAdapter printer, boolean isVerbose) | Gets the versions: Node + NPM, Gradle, Android and Cordova. |
---|
BuildReply | BuildEnvironment.initialize(boolean isVerbose) | Initializes the environments: Node + NPM, Gradle, Android and Cordova. |
---|