gpt4 book ai didi

安卓工作室 4.1 : XML Resource ID auto Fetching issue

转载 作者:行者123 更新时间:2023-12-02 13:25:26 25 4
gpt4 key购买 nike

我最近更新了我的 Android 工作室以及 SDK 和 Gradle。我当前的版本如下 -
安卓工作室版本:4.1
Android Gradle 插件版本:4.1.0
梯度版本:6.5
更新后,我无法从 Activity、Fragment 等类文件中获取 XML 资源 ID。从 Activity onCreate 方法访问 ID 时出现错误“未解析的引用”错误。
更新:我认为 findViewById 重新出现在 Android Studio 4.1 中。我们只能通过 findViewById 访问 XML 资源 ID。

最佳答案

  • 在 build.gradle 中添加“kotlin-android-extensions”(模块:~.app)

  • (前) - - - - - - - - - - - - - - - - - - -
    plugins {
    id 'com.android.application'
    id 'kotlin-android'
    }
    (后) - - - - - - - - - - - - - - - - - - -
    plugins {
    id 'com.android.application'
    id 'kotlin-android'
    id 'kotlin-android-extensions'
    }
  • 按右上角的“立即同步”
    enter image description here
  • 按“好的,应用建议!”在右上角
  • 关于安卓工作室 4.1 : XML Resource ID auto Fetching issue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64476648/

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