gpt4 book ai didi

java - 在 android studio 中包含依赖项时出现 R 错误

转载 作者:太空宇宙 更新时间:2023-11-04 13:41:13 24 4
gpt4 key购买 nike

我是 Android Studio 的新手,我正在尝试测试一些 Material 设计的东西。我只是为此添加了一些依赖项

这是导致 R 错误的代码

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'br.com.liveo:navigationdrawer-material:2.3.3'
compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
compile 'com.nineoldandroids:library:2.4.+'

}

但是如果我们尝试使用的话没有任何问题

    compile 'br.com.liveo:navigationdrawer-material:2.3.3'

    compile 'com.github.navasmdc:MaterialDesign:1.+@aar'
compile 'com.nineoldandroids:library:2.4.+'

当我一起使用它们时,问题就出现了。

我是这个 Android 工作室的初学者。任何想法表示赞赏。谢谢。

![重建后显示此错误] /image/HoToP.png

最佳答案

首先,尝试清理,然后在“构建”菜单中重新构建项目。如果这不起作用,请尝试使用插入的以下行:

 compile 'com.github.navasmdc:MaterialDesign:1.5@aar'
compile 'com.nineoldandroids:library:2.4.0'

关于java - 在 android studio 中包含依赖项时出现 R 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31250221/

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