InflateException: Binary XML file line #8: Error inflating class ImageView

binary xml file line #0: error inflating class imageview

you have to see if your image has become drawable-v23 or v24 which might be higher than your mobile os level, Make sure to avoid creating drawable version image in project

example In drawable folder ~> “ic_contact(v24)”

Leave a Comment