gpt4 book ai didi

android - 更新Android Studio后,Android资源链接失败错误

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

我刚刚更新了android studio,突然我的应用不再运行,并显示以下错误:

D:\my_projects\android-kotlin\Android-MVP-2.0\app\src\main\res\values\attr.xml:5:5-13:25: AAPT: error: resource attr/arrayContent (aka com.app.finfirst:attr/arrayContent) not found.
错误指向我有此资源文件:
<?xml version="1.0" encoding="utf-8"?>
<resources>


<declare-styleable name="BulletTextView">
<attr name="arrayContent" />
<attr name="textSize" />
<attr name="textColor" />
<attr name="starGapWidth" />
<attr name="starRadius" />
<attr name="mmfLineSpacing" />
</declare-styleable>
</resources>
该错误显示在文件中我拥有的每个 attr项目上。请注意,在更新之前,项目正常运行。我也尝试更新gradle,但错误仍然弹出。
编辑:从我在类似问题中看到的结果,当您在xml文件中出现语法错误,但在此文件中没有任何错误时,就会发生此错误,因此可能是导致此问题的原因

最佳答案

这看起来与此处https://github.com/twilio/video-quickstart-android/issues/479详细介绍的问题类似。您是否可能缺少格式声明?
也可能值得执行文件>使缓存无效并在更新android studio后重新启动

关于android - 更新Android Studio后,Android资源链接失败错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64555055/

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