Xamarin-Android:找不到资源

时间:2019-04-10 16:39:19

标签: android xamarin android-resources

正在执行项目,文件中找不到资源错误

<?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文件夹中。 你的错在哪里?

1 个答案:

答案 0 :(得分:0)

您不能在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