Binary XML file line #0: Error inflating class ImageView [duplicate]
Solution 1:
In Android Studio version 3.0.0 and above, once we try to add images to drawable folder, it will ask you to 'Choose Destination Directory'. At that time, choose drawable
instead of drawable-v24
.
Keep Coding........ :)
Solution 2:
don't paste your image in drawable(v-24), paste it into the drawable folder and clean the project and then run it will work.