After updating android-support library to 22.2.0 project stopped compiling.
android-support
22.2.0
error: cannot access DialogStyle class file for android.s
It happens if you are using android.support.v4.app.DialogFragment. Try to use android.app.DialogFragment instead.