gpt4 book ai didi

Android 资源链接失败 Android Studio 3.3

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

我收到这个错误

"Android resource linking failed C:\Users\xervice111\AndroidStudioProjects\ud843-QuakeReport-starting-point\app\src\main\res\layout\list_item.xml:10: error: resource drawable/magnitude_circle (aka com.example.android.quake

report:drawable/magnitude_circle) not found. error: failed linking file resources."

This is the error在我添加了一个名为“magnitudeCircle.xml”的可绘制资源文件之后。我已经完成了清理项目、重建项目、使无效并重新启动等操作,但错误仍然存​​在......

This is my magnitubeCircle.xml file

<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Background circle for the magnitude value -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/magnitude1" />
<size
android:width="36dp"
android:height="36dp" />
<corners android:radius="18dp" />
</shape>

最佳答案

试试这个

<?xml version="1.0" encoding="utf-8"?>

<!-- Background circle for the magnitude value -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/magnitude1" />
<size
android:width="36dp"
android:height="36dp" />
<corners android:radius="18dp" />
</shape>

关于Android 资源链接失败 Android Studio 3.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55233580/

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