导入不是有效的资源名称(保留的Java关键字)

时间:2018-11-15 21:51:43

标签: android xml android-studio

enter image description here

嗨,当我尝试在string.xml中声明import时,我遇到了此错误 为什么导入不是有效的资源,它只是一个字符串!!

1 个答案:

答案 0 :(得分:1)

这些是Java中的保留关键字:abstract assert boolean break byte case catch {{1} } char class const continue default double do else enum {{1} } extends false final finally float for goto if implements {{1} } import instanceof int interface long native new null package private protected public return short static strictfp super switch synchronized this throw throws transient true try ...使用这样的保留关键字作为字符串资源的名称完全是非法的-因为这将导致像void一样的资源描述符。

解决方案是-不用关键字:

volatile