et = (EditText) findViewById(R.id.editText);
et.setText("massive wall of text goes here")
This gives an error: constant string too long. Any ways to fix this? I could divide the wall of text and have more than one edittexts but this could mess up with my code. Any ways besides this? Thanks a lot