Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Android 开发的新手,我在我的应用程序中遇到了这个布局问题。需要一些帮助
您只需要在您的布局开始时已经完成的声明xmlns:android="http://schemas.android.com/apk/res/android"一次命名空间。Activity删除引发错误的多个名称空间声明。
xmlns:android="http://schemas.android.com/apk/res/android"
Activity
布局消息正在指示它所说的内容。它试图告诉您,您当前关于布局容器的层次结构在某种程度上是多余的。