On Thu, Oct 14, 2010 at 1:52 AM, Patrick <[email protected]> wrote: > On Oct 13, 2010 12:45:20 PM my application got this exception > report. > > java.lang.ArrayIndexOutOfBoundsException > at java.util.regex.Matcher.group(Matcher.java:371) > at java.util.regex.Matcher.appendEvaluated(Matcher.java:173) > at java.util.regex.Matcher.appendReplacement(Matcher.java:146) > at java.util.regex.Matcher.replaceAll(Matcher.java:344) > at java.lang.String.replaceAll(String.java:2004) > a Line from my application line 362 > a Line from my application line 271) > a Line from my application line 67) > a Line from my application line 342) > at android.os.Handler.dispatchMessage(Handler.java:99) > at android.os.Looper.loop(Looper.java:144) > at android.app.ActivityThread.main(ActivityThread.java:4937) > at java.lang.reflect.Method.invokeNative(Native Method) > at java.lang.reflect.Method.invoke(Method.java:521) > at com.android.internal.os.ZygoteInit > $MethodAndArgsCaller.run(ZygoteInit.java:868) > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) > at dalvik.system.NativeStart.main(Native Method) > > I don't know what the string being replaced was, but I was searching > for a value of @n...@.
...and what was the string you were trying to put instead? -- Daniel Drozdzewski -- 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

