This may seem like a stupid question, but I\'ve been searching and can\'t find an answer.
I\'m creating an android application and within it there is a button that w
Try using System.getProperty("line.separator") to get a new line.
System.getProperty("line.separator")