I thought provided is for Compile then exclude it from apk.
On Monday, August 31, 2015 at 9:26:43 AM UTC-4, [email protected] wrote: > > > Hi, > > If I have the following dependency block: > > dependencies { > provided files('mylibs/xyz.jar') > } > > I get a java.io.IOException when building with Jack. It still says "BUILD > SUCCESSFUL" but if I look inside the apk the classes.dex file is missing. > > If I, on the other hand, change the dependency from provided to compile > things work fine. > > Is it not possible to use the Jack compiler together with "provided"? > > Thank you, > Marie > > -- 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.
