Since upgrading my Nexus 5X to Android N, I have the following crash when using EditText:
java.lang.UnsupportedOperationException: Failed to resolve attri
Add this to your Edit text view android:textAppearance="@color/" like this:
"@color/abc_primary_text_disable_only_material_dark" (built in) :
it works for me