I recently migrated my app to Material Design and I stumbled upon this problem with my Alert Dialogs:
As ironman told me here, be sure that you import the right class.
Right : import android.support.v7.app.AlertDialog;
import android.support.v7.app.AlertDialog;
Wrong : import android.app.AlertDialog;
import android.app.AlertDialog;