Reputation: 2897
I got this error when code my Android app:
I do nothing to this strings.xml file.
Can anyone fix this error?
I do refresh and clean but nothing change.
Thanks.
Upvotes: 1
Views: 2072
Reputation: 931
Most Often this happens to me too. Try to remove project from workspace and re-import it.
Hope it will work :)
Upvotes: 1
Reputation: 24476
As per your Comment. Here i post my answer. For this problem. Try below steps -
First just remove the project from your workspace.
And, after just import that project again into your work-space.
Sometimes, it happened for me. I tried to do this way. It works.
Hope this helps you.
Upvotes: 2
Reputation:
What version of the SDK are you compiling against? According to this list, you need at least Android 2.3 for Vietnamese localisation.
Upvotes: 0
Reputation: 2049
It seems you have used localization is your app. There are different possibilities for the error to occur:
1)You have not localized all of the strings. 2)Other problems are persisting and you are not ignoring them.
Solution:
Right Click on your project----> Java Compiler-----> Errors/Warning---> Remove all errors
let me know if this works.
Upvotes: 0