There are some really whack error messages, and then theres this:
java.lang.RuntimeException: mBaselineAlignedChildIndex of LinearLayout set to an index that is out of bounds"
In laymens terms, all you really need to do is actually add some children to the LinearLayout.
[ Source ]