android错误:在包中找不到属性“动画位图格式”的资源标识符
<com.aphidmobile.flip.FlipViewController
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:flip="http://schemas.android.com/apk/res/com.bhavik.mainStory"
android:id="@+id/flipView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
flip:orientation="horizontal"
flip:animationBitmapFormat="RGB_565"
/>
错误:在此行找到多个注释:-错误:在包'com.bhavik.mainstory'中找不到属性'orientation'的资源标识符-错误:在包'com.bhavik.mainstory'中找不到属性'animationBitmapFormat'的资源标识符'
所以,任何人都告诉我该怎么做才能解决这个问题。