When I try to run my program in Eclipse, this error appears:
[2012-07-08 22:02:05 - Dex Loader] Unable to execute dex: (class: com/android/dx/dex/file/UniformListItem, method: toHuman signature: ()Ljava/lang/String;) Illegal local variable number
[2012-07-08 22:02:05 - CheckApp] Conversion to Dalvik format failed: Unable to execute dex: (class: com/android/dx/dex/file/UniformListItem, method: toHuman signature: ()Ljava/lang/String;) Illegal local variable number
What's the problem and what should I do?
Thanks for everyone who will help!