一起使用 GridLayout 和 ConstraintLayout 时已经定义了属性 "orientation"

Attribute "orientation" has already been defined when using GridLayout & ConstraintLayout together

同时使用 GridLayout 和 ConstraintLayout 时出现以下错误

Error:(115) Attribute "orientation" has already been defined

问题是因为两个库都使用了这个

<attr name="orientation">

有人知道解决方法吗?

这已被报告并可能在即将发布的 CL 版本中得到修复:https://code.google.com/p/android/issues/detail?id=210511

至于解决方法,我发现 none 但禁用了任一布局:/

这已在 ConstraintLayout 1.0.0-alpha2 (release notes) 中修复。
将您的依赖项更新为:

compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha2'