My app is crashing the minute I run it after I changed my AppCompat-v7 to 21.0.0 and Compiled with no problem.
It gives me the error:
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setIcon(int)' on a null object reference
on this line:
getActionBar().setIcon(R.drawable.ic_action_bar);
It works with AppCompat-v7 20.0.0, but not with 21.0.0.