Executing project, a no resource found error appea in file:
<?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>
My drawable png images are on folder Resource->drawable->spinner->load0, load1. Where is y fault?