Is Androids new Jack compiler really that slow?
On some of my Android projects I see that building got quite slow since using the new Jack compiler. I need it to use Java 8 features like lambdas. But the long building time is a bit disturbing. So I set up a new Android project. It contains just a MainActivity with one button which reacts on your click. package de.xappo.myapplication; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.Toast; public class MainActivity extends AppCompatActivity { Button button; @Override protected void