2013-03-01 66 views
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'的資源標識符

所以,我應該怎麼做才能解決這個問題。

+0

嘗試使用'的xmlns:翻蓋= 「http://schemas.android.com/apk/res-auto」'。 – Luksprog 2013-03-01 13:02:44

回答

0

寫在AndroidManifiest機器人:screenOrientation = 「風景」

相關問題