I want to know that why the latest version of Android Studio(3.0.1) has no drawable(ldpi,mdpi,hdpi,xdpi,xxdpi,xxxdpi), and has drawable-v21 ,drawable-24 and drawable folder only. for different resolution what we have to do? I have few Questions here.
1) Whey not the drawable(ldpi,mdpi,hdpi,xdpi,xxdpi,xxxdpi) created by default as before?
2) What is the purpose of drawable-21 and drawable-24?