I am new to Android Studio and I was earlier using Eclipse.
I want to know difference between folders drawable
and drawable-v24
in Android Studio.
Asked
Active
Viewed 4.2k times
23

Snostorp
- 544
- 1
- 8
- 14

Jaskirat Singh Janjua
- 241
- 1
- 2
- 5
1 Answers
10
The different drawable folders are for providing different screen densities for device compatibility and for different Android versions.
See this answer for more details: Newer versions of Android Studio and only two drawable directory - drawable and drawable-v21

shagberg
- 2,427
- 1
- 12
- 23