Hi All, I am trying to extend a class in android.widget, specifically AbsSpinner class for some change in behaviour. For that I need to access some protected members of the Classes up in the hierarchy, so I decided to put my new class in the same package android.widget It compiles fine in Eclipse but when I run it, it gives me java.lang.VerifyError.
When I tried to find the cause, I came to know that this error is caused by the format of the class file different from what Android expects it to be. Can anyone help me how to solve this problem. Is it not possible to add my own new View-inherited classes in already existing package android.widget Thanks -Raman --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---