Android 未找到属性';方向';包装内';安卓&x27;

Android 未找到属性';方向';包装内';安卓&x27;,android,xml,Android,Xml,xml代码如下所示: LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:Orientation="vertical" 使用以下命令: <LinearLayout xmlns:android="http://schem

xml代码如下所示:

LinearLayout

xmlns:android="http://schemas.android.com/apk/res/android"

android:layout_width="match_parent"

android:layout_height="match_parent"

  android:Orientation="vertical"
使用以下命令:

 <LinearLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:orientation="vertical">
     <!-- You Elements -->
 </LinearLayout>

方向为
方向
-全小写。