当前位置: 代码迷 >> Android >> No resource identifier found for attribute 'orintation' in package 'android'如何解决
  详细解决方案

No resource identifier found for attribute 'orintation' in package 'android'如何解决

热度:49   发布时间:2016-05-01 12:33:31.0
No resource identifier found for attribute 'orintation' in package 'android'怎么解决
error: No resource identifier found for attribute 'orintation' in package 'android'


在main.xml中写入
 android:orintation="horizontal"
是出现错误,怎么解决啊 ! 
------解决方案--------------------
RelativeLayout  没有这个属性
LinearLayout 才有这个属性
------解决方案--------------------
就是LinearLayout  没有其他的办法了
------解决方案--------------------
就是用的LinearLayout
------解决方案--------------------
orientation。。。。。。。。
------解决方案--------------------
版本问题,升级adt试试
------解决方案--------------------
引用:
orientation。。。。。。。。


单词错了
  相关解决方案