I created the folder /values-el_rGr under res in order to place the strings.xml for the greek language and I get the error:
invalid resource directory folder
I read prevous answers but you do not suggest anything, only that resources names bust me only these:resources. But I have read in these 2 tutorials Link1 and Link2 that I can generate that folder and use it for localisation. So what I do wrong?
You have created the folder /values-el_rGr under res. Here you are using “underscore”
just it by replacing with /values-el-rGr
Refer this localization-tutorial