Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 350 Bytes

view-in-xml-error.md

File metadata and controls

13 lines (9 loc) · 350 Bytes

Getting Binary XML file line : Attempt to invoke virtual method

 <view
                android:layout_width="match_parent"
                android:layout_height="1dp"/>

Change view to View in the 4 or 5 places where it is lowercase in your xml

Reference

https://stackoverflow.com/a/43919403