Inspectopedia Help

Invalid Resource Folder

Invalid Resource Folder

This lint check looks for a folder name that is not a valid resource folder name; these will be ignored and not packaged by the Android Gradle build plugin.

Note that the order of resources is very important; for example, you can't specify a language before a network code.

Similarly, note that to use 3 letter region codes, you have to use a special BCP 47 syntax: the prefix b+ followed by the BCP 47 language tag but with + as the individual separators instead of -. Therefore, for the BCP 47 language tag nl-ABW you have to use b+nl+ABW.

Issue id: InvalidResourceFolder

https://developer.android.com/guide/topics/resources/providing-resources.html

https://tools.ietf.org/html/bcp47

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3

Plugin:

Android, 2022.3.1 Beta 2

Last modified: 13 July 2023