5 个解决方案
#1
在线等。。
#2
我也遇到了 咋回事啊?
#3
我解决了 右键项目—Properties,选择左侧的Android,右下部引用的项目有问题,删除掉,重新添加即可。
#4
在资源文件 attrs 里添加
<declare-styleable name="ViewPagerIndicator">
<!-- Style of the tab indicator's tabs. -->
<attr name="vpiTabPageIndicatorStyle" format="reference" />
</declare-styleable>
<declare-styleable name="ViewPagerIndicator">
<!-- Style of the tab indicator's tabs. -->
<attr name="vpiTabPageIndicatorStyle" format="reference" />
</declare-styleable>
#5
添加依赖库就可以解决了
#1
在线等。。
#2
我也遇到了 咋回事啊?
#3
我解决了 右键项目—Properties,选择左侧的Android,右下部引用的项目有问题,删除掉,重新添加即可。
#4
在资源文件 attrs 里添加
<declare-styleable name="ViewPagerIndicator">
<!-- Style of the tab indicator's tabs. -->
<attr name="vpiTabPageIndicatorStyle" format="reference" />
</declare-styleable>
<declare-styleable name="ViewPagerIndicator">
<!-- Style of the tab indicator's tabs. -->
<attr name="vpiTabPageIndicatorStyle" format="reference" />
</declare-styleable>
#5
添加依赖库就可以解决了