<!-- Footer Start -->
<LinearLayout
android:id="@+id/footer"
android:layout_width="fill_parent"
android:layout_height="40dip"
android:background="@layout/footer_repeat"
android:layout_alignParentBottom="true">
</LinearLayout>
<!-- Footer Ends -->
錯誤說no orientation specified and the default is horizontal
。這是兒童動態添加時常見的錯誤來源。我正在嘗試構建android應用程序,但在我的xml中有一個錯誤
是這個'LinearLayout'包含任何的孩子呢?如果沒有,那麼只需'clean'和'build',否則像'android:orientaion =「vertical」'或android:orientaion =「horizontal」一樣''orientation'' – Rustam 2014-09-27 04:20:29