I am receiving many errors of kind displayed in the subj. These errors seems to be occasional and I cannot reproduce them. From stack I can learn that such error may occurs
This can also happen if you use a VectorDrawable using support library and forgot to use app:srcCompat instead of android:src
VectorDrawable
app:srcCompat
android:src
Exact error is: Binary XML file line #XX: Error inflating class ImageView
See that link