Unable to start Chrome CustomTabsIntent in my Android app
Okay, so here is the resolution. I was using build tools version 25.0.0 but my SDK platform was 24.
Update the build tools, platform tools & SDK to same version and then you won't face this issue.
Along with @Nick's answer, I also had to update the Facebook SDK version and the crash stopped happening.