What does an unexpected token mean and can I solve it?
问题 Android Studio is telling me that there are some "Unexpected Tokens".. what are these?? screenshots: error in code error in Messages 回答1: You have invisible character in these lines, \8232 is line separator. Possibly you copied it somewhere. Try to paste it in Notepad/TextEdit and copy text from there. Point is to get rid of formatting and extra characters. Or you can just delete these lines and retype them manually. 回答2: private InputStream checkForUtf8BOMAndDiscardIfAny(InputStream