[Solved] my app crashes when I start a new intent


You lambda convention for intent is correct.
You should not use JACK for now as it now deprecated or replaced in android studio 2.4 preview

https://android-developers.googleblog.com/2017/04/java-8-language-features-support-update.html

Or you can also Use retrolambda if you want as jack is not supported with databinding.

For your question: my main question here is, what might be causing this issue?

Check you logs to find why the application is crashing
as you said you have defined it in android manifest so that would not be an issue.

Check view whether is null or not (might not be refrenced properly)

I dont think there is any problem with build process as application crashes at runtime.

Do share you log in question.

3

solved my app crashes when I start a new intent