Keep Getting Stringindexoutofboundsexception October 21, 2023 Post a Comment I keep getting a StringIndexOutOfBoundsException on this line: String a = b[1]; Log.d('Debug', a); a= a.substring(content.indexOf(';'), content.indexOf('&Solution 1: Surely this:a= a.substring(content.indexOf(";"), content.indexOf("</font>"));Copyis supposed to be this:a= a.substring(a.indexOf(";"), a.indexOf("</font>"));Copy? Share Post a Comment for "Keep Getting Stringindexoutofboundsexception"
Post a Comment for "Keep Getting Stringindexoutofboundsexception"