Android Studio Warning: Missing density variation folders in 'src\main\res': drawable-xxxhdpi -


in android studio, after using analyze >> inspect code..., got following warning: missing density variation folders in 'src\main\res': drawable-xxxhdpi

but default, there no such folder after creating empty project.

how fix it?

you have warning not because folder missing, because recommended create density-specific graphics in projects. in case, don't have graphics xxxhdpi density, , android studio reminds of that. create folder manually inside res folder, regular drawable folder is.

more on density specific graphics in supporting multiple screens.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -