0

I am using lambda expressions in code for which to support i have added following in the module gradle :

 jackOptions {
            enabled true
        }

  compileOptions {
        targetCompatibility 1.8
        sourceCompatibility 1.8
    }

But build is taking too much time , more than 10 mins , i tried searching other posts , found this mentioning problems using jack .

So i just wanted to know if anyone's using jackOptions and is able to run/build the project smoothly .

TIA .

devcodes
  • 1,038
  • 19
  • 38
  • Jack is discontinued with Android Studio 3.0. You might consider switching to it earlier (it is at RC2 right now), so you can use the Java 8 features that Jack supported without Jack. – CommonsWare Oct 24 '17 at 22:51
  • but i am using 2.3.3 – devcodes Oct 24 '17 at 22:53
  • 1
    As I said, you might consider switching to Android Studio 3.0, if not now, when it is released in final form (which should be soon). In the meantime, hold off on anything that requires Jack, if it takes too long for you to build. – CommonsWare Oct 24 '17 at 22:58
  • right , worked with 3.0 , thanks . – devcodes Oct 24 '17 at 23:42

0 Answers0