Line number and source code won't help you because this is Dalvik VM code - 
very generic and definitely not the one causes the problem.
According to the message you are trying to set/get variable of type Object 
using local variable which is defined as [] Object.
Check your local arrays and how do you use them. Comment out pieces of your 
source code to identify the part responsible for this exception. If nothing 
helps then may be its time to stop using cat/paste "technology" and try to 
understand what exactly are you doing.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to