同时使用GridLayout和ConstraintLayout时出现以下错误
Error:(115) Attribute "orientation" has already been defined
问题是因为两个库都使用了这个
<attr name="orientation">
有没有人知道解决方法?
答案 0 :(得分:5)
已在ConstraintLayout
1.0.0-alpha2(release notes)中修复此问题
将您的依赖关系更新为:
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha2'
答案 1 :(得分:3)
这已经报道,可能已在即将发布的CL版本中修复:https://code.google.com/p/android/issues/detail?id=210511
至于解决方法,我发现没有,但禁用任何布局:/