0

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' のリソース識別子が見つかりません'

だから、これを解決するために何をすべきか誰か教えてください。

4

1 に答える 1