Xamarin - android:找不到资源

Xamarin - android: no resource found

正在执行项目,文件中未找到资源错误提示:

<?xml version="1.0" encoding="UTF-8" ?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
    android:oneshot="false">

    <item android:drawable="@drawable/spinner/load0.png" android:duration="100" />
    <item android:drawable="@drawable/spinner/load1.png" android:duration="100" />

</animation-list>

我的可绘制 png 图像在文件夹 Resource->drawable->spinner->load0, load1 中。 哪里错了?

您不能在 Drawable 文件夹中添加文件夹,因为 ResourceDesigner 会处理所有这些并且 Android 不允许资源文件夹中的用户特定文件夹,请尝试将它们直接从 Spinner 文件夹中移出资源并使用它们。有关详细信息,请查看这些

Can the Android drawable directory contain subdirectories?

Possible to create subfolders in drawable folder in Android Studio?

Android允许的文件夹可以在这里找到 https://developer.android.com/guide/topics/resources/providing-resources