gpt4 book ai didi

android - Android Studio 中没有 ConstraintLayout

转载 作者:行者123 更新时间:2023-11-29 15:00:44 25 4
gpt4 key购买 nike

我按照这个 article 学习如何使用 ConstraintLayout 构建响应式 UI .但是我在我的 Android 项目中看不到 ConstraintLayout 选项。

build.gradle

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.example.tony.chatapp"
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
}

repositories {
maven {
url 'https://maven.google.com'
}
}

enter image description here

我在这里错过了什么?

最佳答案

您需要将您的 Android Studio 更新到 2.2 或更高版本。 Android Studio 2.2 中引入了约束布局.始终建议使用最新版本的 Android Studio。

关于android - Android Studio 中没有 ConstraintLayout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46201343/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com