请大神解决一下我的问题
确定你 Moule 的 build.gradle 文件有 constraint-layout 的依赖
dependencies {
...
compile 'com.android.support.constraint:constraint-layout:1.0.2' // constraint-layout 的依赖
}
Android Studio 里打开 SDK Manager 切换到 SDK Tools,确定 constraint layout 组件勾选,如下图
8 回答6.8k 阅读
4 回答1k 阅读✓ 已解决
1 回答2.5k 阅读✓ 已解决
4 回答477 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
3 回答795 阅读✓ 已解决
2 回答2k 阅读
没有下载对应的组件,直接点击 Install and sync Project.