Hi guys,

We're trying to pass additional parameters to Jack according to the example 
in the following link: http://tools.android.com/tech-docs/jackandjill
Using:
- Android Gradle Plugin 2.1.3
- Gradle 2.14.1
- Build Tools 24.0.0

Here's what we tried:

jackOptions {
 enabled true
 additionalParameters("jack.incremental" : true)
}


And got the following error: 

>
> Could not find method additionalParameters() for arguments 
> [{jack.incremental=true}] on JackOptions_Decorated{isEnabled=true, 
> isJackInProcess=null} of type 
> com.android.build.gradle.internal.dsl.JackOptions.


Specifically we're trying to set the parameter jack.dex.output.policy to 
minimal-multidex as appears in the Jack command-line help (java -jar 
jack.jar --help-properties)

Is there any other way to request Jack to output a minimal main dex file?

Thanks,
Ariel

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to