level 1
105034805
楼主
将eclipse工程导入AS中之后,报了好多values/strings.xml的错误,看了一下是字符串重复,如:

然后我搜了一下他报错的字符串sim_copy_to_phone_memory,结果是这样的:
./strings.xml:493: <string name="sim_copy_to_phone_memory" product="tablet">Copy to tablet memory</string>
./strings.xml:495: <string name="sim_copy_to_phone_memory" product="default">Copy to phone memory</string>
虽然是同样的字符串,但是已经用product给区分开了,为何还会报错?
或者说怎么样能避免AS报此类问题的错?
2016年05月25日 14点05分
1
然后我搜了一下他报错的字符串sim_copy_to_phone_memory,结果是这样的:./strings.xml:493: <string name="sim_copy_to_phone_memory" product="tablet">Copy to tablet memory</string>
./strings.xml:495: <string name="sim_copy_to_phone_memory" product="default">Copy to phone memory</string>
虽然是同样的字符串,但是已经用product给区分开了,为何还会报错?
或者说怎么样能避免AS报此类问题的错?