I am trying with the latest build 2106 and found a crash in display.newLine with following error message:
bad argument #6 to 'newLine' (number expected, got no value)
the code is
local footerLine = display.newLine(group, x1, y1, x2, y2)
If I remove the first parameter (“group” in this case), the error goes away.
I think this is some new-introduced problem? Should I wait for the next release? I really want to start using this new release because it fixed an Android network bug that I have been long waiting for.