2013-03-01 37 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 = “风景”

相关问题