<declare-styleable >使用問題
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="NewClendar">
<attr name="dateFormat" format="string" />
</declare-styleable>
</resources>
Error in an XML file: aborting build.
在xml中使用時報錯
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="NewClendar">
<attr name="dateFormat" format="string" />
</declare-styleable>
</resources>
Error in an XML file: aborting build.
在xml中使用時報錯
2018-02-22
舉報
2018-02-23
看看name是不是與strings.xml的一致