liuzheng9110 / android-lockpattern

clone form googlecode android-lockpattern
https://code.google.com/p/android-lockpattern/
Apache License 2.0
0 stars 0 forks source link

Eclipse doesn't like the strings.xml which point to ../values-en/strings.xml ... #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import project from zip file downloaded as 
"android-lockpattern-e4784c6b4273", the Mar-09-2014 release into Eclipse.
2. Eclipse doesn't like file res/values/strings.xml which has content of:
"../values-en/strings.xml"

What is the expected output? What do you see instead?
Does that way of strings.xml include/redirect supposed to work ? ...

What version of the product are you using? On what operating system?
Android 4.2.2

Please provide any additional information below.
Can't figure out how to get above to work, alternative for now is to overwrite 
it with English content first.

Original issue reported on code.google.com by roge...@gmail.com on 24 Mar 2014 at 11:12

GoogleCodeExporter commented 9 years ago
Hi,

How long  :-)

Actually it's a symbolic link to `strings.xml` in `res/values-en`. If you use 
Linux then it's useful: when you update the file in `values-en`, the default 
one in `values` will be "updated" respectively.

If you use Windows, please feel free to replace it with 
`res/values-en/strings.xml`. They are one.

Have a nice day  :-)

Hai,

Original comment by haibison...@gmail.com on 24 Mar 2014 at 11:56

GoogleCodeExporter commented 9 years ago
@Hai, yes, it's been a while since last time ... and I probably should switch 
to Linux/Mac soon.  Thanks and case closed.

Original comment by roge...@gmail.com on 25 Mar 2014 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by haibison...@gmail.com on 25 Mar 2014 at 3:33