Android 系统添加字符串方法总结

原因:

在Android 中在res 中添加资源的时候又是编译的时候报错总结如下:

添加步骤

1. frameworks\base\core\res\res\strings.xml

<string name="xx_window_default_title">Popup Window</string>

2 .frameworks\base\core\res\res\symbols.xml

<java-symbol type="string" name="xx_window_default_title" />

猜你喜欢

转载自blog.csdn.net/houxian1103/article/details/84860539