开发者社区> 问答> 正文

android studio 工程中引用其他sdk后,编译不了?报错

我原来的项目工程中有个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'.

请问如何解决哦?



展开
收起
爱吃鱼的程序员 2020-06-09 16:00:14 727 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    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.不再兼容低版本系统用户


    2020-06-09 16:00:29
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
58同城Android客户端Walle框架演进与实践之路 立即下载
Android组件化实现 立即下载
蚂蚁聚宝Android秒级编译——Freeline 立即下载