In my project, I get an error that prevents me from compiling. It is reported that as an example: Description Type of location of the resource path There are no translations in the locale for: foo, htmlsource1, htmlsource_old values-it / Android_coll / res line 1 Problem with the Android lens
"foo, htmlsource1, htmlsource_old" is an old line that is no longer in the res-> values-it folder. To be more specific, they are no longer present throughout the project.
I tried:
close and open the project.
close and open Eclipse (indingo)
clean project (project-> clean)
copy the string.xml file from the values ​​of the folder and copy it to the values ​​of the-it folder
but i still have the same error message.
thanks marco
source share