我一直在尝试将 ConstraintLayout 添加到我的项目中,但没有成功。
在我的应用程序级别build.gradle
文件中,gradle 版本是com.android.tools.build:gradle:2.2.0-beta3
并且在我的依赖项中,com.android.support.constraint:constraint-layout:1.0.0-alpha5
.
尝试同步项目时收到以下错误消息
Error:Could not find com.android.support.constraint:constraint-layout:1.0.0-alpha5.
我正在运行 Android Studio 2.2 Beta 3。