我原来的项目工程中有个v4:19.1.0
compile 'com.android.support:support-v4:19.1.0'
现在需要在这个工程中增加趣拍sdk
这个sdk中,需要依赖
compile 'com.android.support:support-v13:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.0.1'
为了避免重复,我把原来的v4给去掉了,现在编译后,总是报错
Error:(405) Attribute "barLength" has already been defined
Error:(418) Attribute "buttonBarStyle" has already been defined
Error:(418) Attribute "buttonBarButtonStyle" has already been defined
D:\tongy-family\djtFamily3\build\intermediates\res\merged\debug\values-v21\values-v21.xml
Error:(13) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Inverse'.
Error:(15) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Large.Inverse'.
请问如何解决哦?
1.
//同时引用compile'com.android.support:support-v4:19.1.0'compile'com.android.support:support-v13:23.0.1'//不适配平板的话可以去掉这个compile'com.android.support:support-v13:23.0.1'2.不再兼容低版本系统用户
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。