There is a line in my code, that marked as yellow:
getSupportActionBar().setDisplayShowHomeEnabled(true);
After installing appcompat-v7
Are using NoActionBar in styles? Verify your style.xml or you theme, if("NoActionBar") => nullpointer =D
NoActionBar
style.xml
if("NoActionBar") => nullpointer =D