---- Original Message -----
From: Chris
To: [email protected]
Cc: Knutsford Software
Sent: Monday, June 06, 2011 5:54 PM
Subject: Re: [android-developers] login form
06-06 16:29:53.071: ERROR/AndroidRuntime(2145):
java.lang.ArrayIndexOutOfBoundsException
...
for (int i = 0; i <= badChars.length; i++)
Do you see it yet?
Yep - oops - should have been
for (int i = 0; i < badChars.length; i++)
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en