Example: link
android:track="@drawable/switch_bg"
Eclipse outputs:
error: No resource identifier found for attribute 'track' in package 'android'
Manifest:
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />
This file switch_bg
was created.
What's the problem?