I recently added res/raw/dictionaries/en-GB/wordlist.txtto my Android project. This created an error. In the end, I realized that the directory name was dictionariescausing problems, I changed it to dicts, and everything was fine.
Why is this name not allowed? Are others allowed? Is there a list of forbidden directory names?
source
share