TXT file not showing properly in Android

Posted by narkelion on Stack Overflow See other posts from Stack Overflow or by narkelion
Published on 2014-06-06T21:22:53Z Indexed on 2014/06/06 21:25 UTC
Read the original article Hit count: 131

Filed under:
|

I developed an app for Android, that loads some data from some .txt files I created. Until now, everything went fine. Today I updated these texts to add some stuff, and now Android comes out with this error in the LogCat:

06-06 23:16:03.925: W/System.err(7999): java.lang.NumberFormatException: Invalid int: "?72"

It never happened before. If I read the txt from my computer, I can see that all seems in the right place. But if I read it from the Android editor, I see strange symbols (close to that 72).

I don't know how to remove them, because I cannot see them on the pc!

© Stack Overflow or respective owner

Related posts about android

Related posts about text