You cannot compile Java 8 sources for Android, because Android SDK does not support Java 8 yet.
But there is one way to use Lambdas in your code - RetroLambda. This is a little hack that allows you to use some of the features of Java 8 in your project.