使用TabPageIndicator这个开源框架遇到的问题

时间:2022-10-21 07:43:10
关于TabPageIndicator这个开源的框架,引入viewpagerlibrary.jar这个包,但是在styles.xml配置的时候提示Error:no resource found that matches the given name:attr “vpiTabPageIndicatorStyle”,查了很多资料也没解决,用过的知道什么原因不,怎么解决啊?

5 个解决方案

#1


在线等。。 使用TabPageIndicator这个开源框架遇到的问题

#2


我也遇到了 咋回事啊?

#3


我解决了 右键项目—Properties,选择左侧的Android,右下部引用的项目有问题,删除掉,重新添加即可。

#4


在资源文件 attrs 里添加
 <declare-styleable name="ViewPagerIndicator">
        <!-- Style of the tab indicator's tabs. -->
        <attr name="vpiTabPageIndicatorStyle" format="reference" />
    </declare-styleable>

#5


添加依赖库就可以解决了

#1


在线等。。 使用TabPageIndicator这个开源框架遇到的问题

#2


我也遇到了 咋回事啊?

#3


我解决了 右键项目—Properties,选择左侧的Android,右下部引用的项目有问题,删除掉,重新添加即可。

#4


在资源文件 attrs 里添加
 <declare-styleable name="ViewPagerIndicator">
        <!-- Style of the tab indicator's tabs. -->
        <attr name="vpiTabPageIndicatorStyle" format="reference" />
    </declare-styleable>

#5


添加依赖库就可以解决了