gpt4 book ai didi

android - 未知属性android :layout_width, layout_height,id,gravity,layout_gravity,padding

转载 作者:IT老高 更新时间:2023-10-28 13:19:02 24 4
gpt4 key购买 nike

  • 在所有 android 标签上出现未知属性错误。

  • 在布局 XML 中,自动建议未显示所有属性(如 layout_width、layout_height、orientation、orientation 和所有其他 android 属性。)

这是一个快照

enter image description here

enter image description here我为解决这个问题所做的事情。

  • 清理构建和重建
  • 已删除 .idea 文件
  • 无效的缓存/重新启动.. 选项
  • 打开省电模式。

SDk 是最新的。

在应用级网格中

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

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

应用程序级网格。

buildscript {
repositories {
maven { url "http://dl.bintray.com/populov/maven" }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
maven { url "http://dl.bintray.com/populov/maven" }
jcenter()
mavenCentral()
}
}

最佳答案

只需转到工具->Android->使用 Gradle 文件同步项目

关于android - 未知属性android :layout_width, layout_height,id,gravity,layout_gravity,padding,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35308735/

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