Andriod异常搜集 每次把碰到的各种问题记录在下,供自己参考.
?1.Binary XML file line #7: You must supply a layout_width attribute.
Google发现,我在?android:layout_weight="1"这样写的时候没有去android:layout_width=""添加这个属性。