saker.android Documentation TaskDoc JavaDoc Packages
Gets a classpath reference to an Android platform. The class will get a classpath configuration object for the android.jar for the AndroidPlatform SDK. The output of this task can be passed to the saker.java.compile() task to compile an Android application. Make sure to specify the AndroidPlatform SDK for the task with which you use this classpath.
Summary
Parameters
CoreLambdaStubsSets whether or not the core-lambda-stubs.jar should be part of this classpath.
Parameters
Sets whether or not the core-lambda-stubs.jar should be part of this classpath. The core-lambda-stubs.jar may be necessary if you want to use Java 8 features in your code. The default value is true. The AndroidBuildTools SDK is required to resolve the core-lambda-stubs.jar.