Search code examples
androidandroid-studioandroid-drawable

What is drawable-v21 / drawable-v24?


When I'm creating drawables some of them goes to drawable-v21, drawable-v24 folder.

Why is this happening?
Will they appear in Andoid API 15 (Android 4)?
Do I need to do something?


Solution

  • Those drawable folders are actually for providing device compatibility (i.e. to manage different screen densities in android) and different android versions.