属性缺少android命名空间前缀,无法找到错误

时间:2014-09-10 21:14:06

标签: android xml namespaces

<linearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFCCCCCC"
android:orientation="vertical"
tools:context=".MainDrawingActivity" >

</linearLayout>

我无法弄清楚缺少什么......请帮助吗?

1 个答案:

答案 0 :(得分:2)

它是LinearLayout,而不是linearLayout。把你的L资本化。