So I made an app using the NASA RSS feed where I can browse through images of the day. Everything works fine until the app crashes because one of the images was too high res I believe.
after some research I learned that I should create and use a drawable-xxxhdpi resource file which I did. However, theres nothing inside of it
The error states "Class drawable should be defined"
So what should I be typing inside the element to allow for High res images to be drawn without crashing? Thank You!