0
I saved some images directly in the drawable folder. These, Android Studio recognizes normally. But the images saved in the folders mdli, hdpi, xhdpi, xxhdpi and xxxhdpi the code does not recognize and gives error. Does anyone know tell what might be happening? Thanks!
What mistake are you making?
– TotallyUncool
Files that are in dpi, xhdpi, etc., do not appear in the options list when I type R.drawable
– Juca Esmanhoto
and if I type R.drawable.image the code turns red, as if the file did not exist
– Juca Esmanhoto
How you added these images?
– TotallyUncool
I saved directly by Finder (Mac)
– Juca Esmanhoto
http://stackoverflow.com/q/29294287/6809703
– TotallyUncool
@Totallyuncool Now yes! muuuuito thanks. I will come the night trying to understand this. Now I will try to sleep. hehe
– Juca Esmanhoto