[android-building] Re: How to Disable jack compiler?

2016-09-20 Thread Earl Karanja
Update: The workaround i posted never really worked out. Let me know when you find a proper solution. On Wednesday, 7 September 2016 23:19:09 UTC+3, osas peace wrote: > > Is there anyway to disable jack compiler on aosp 7.0 and use proguard > instead? -- -- You received this message because

[android-building] Re: How to Disable jack compiler?

2016-09-20 Thread Earl Karanja
Been trying to do this too with no success. I needed instant run to work, my workaround was to change jack options to "false", then commenting out the compile options. Messy way to do it. jackOptions { enabled false } compileOptions { //targetCompatibility 1.8 //sourceCompatibilit