[android-developers] ScrollView in Android 4.1 not working

2012-07-31 Thread Shogun
Hello. I have worked with Android 4.0 and my application has worked very well. But after updating to 4.1 I found that an activity in my application not working. LogCat shows exception: 07-31 09:54:41.008: E/AndroidRuntime(11886): java.lang.ArrayIndexOutOfBoundsException: length=244; index=339

Re: [android-developers] ScrollView in Android 4.1 not working

2012-07-31 Thread Romain Guy
This is a know TextView bug that we fixed internally. The fix will be part of an Android update. On Jul 30, 2012 11:20 PM, Shogun sshog...@gmail.com wrote: Hello. I have worked with Android 4.0 and my application has worked very well. But after updating to 4.1 I found that an activity in my