I am new in Android and I am following a tutorial on the Web. In the tutorial these folders are existing in their project structure:
res
drawable-hdpi
drawable-ldpi
drawable-mdpi
While in my project has only these folders:
res
drawable
And I also tried changing the Android to Project View but still same structure. The only difference are in the Project View I can see some folders that are hidden in the Android View like these:
mipmap-hdpi
mipmap-mdpi
mipmap-xdpi
mipmap-xxdpi
mipmap-xxxdpi
Can I just copy my images into the drawable folder like this?
drawable
- image1.jpg
- image2.jpg
Or do I need to create a folder for hdpi, ldpi and mdpi
?
Thats all guys. When I try to use Eclipse those folders are existing in the project structure.