ruiealu

按照官方文档http://video.qcloud.com/download/docs/QVOD_Player_Android_SDK_Developer_Guide.pdf报错No resource identifier found for attribute \'showAsAction\' in package \'xxxx\'

官方论坛搜到的答案不知所云。

后来在module中的Build.gradle中加入了V7包:

并且代码也插入在了module的Build.gradle中

repositories {
        jcenter()

        flatDir{
            dirs \'libs\'
        }
    }

但是这样还是会报错V7包中和项目已有的部分有buttonBarStylebuttonBarButtonStyle属性冲突,将attrs.xml中的这两个属性的相关代码注释掉即可,因为V7包也包含了这两个属性。

分类:

技术点:

相关文章: