layout show error and images also does not show when i open it in android package:
what is happening I don't know
layout show error and images also does not show when i open it in android package:
what is happening I don't know
You have created drawable folder in wrong location you can't create drawable-ldpi or drawable-mdpi etc folders in drawable folder but the they structure like this.
this is how the different drawable folder were created in files system and android studio show this something like this:
to create a drawable in specific folder append with -hdpi, -ldpi, -mdpi, -xhdpi, -xxhdpi, -xxxhdpi same for mipmap and values folders.