Please answer this, it's really important...

On Oct 26, 11:16 am, Raman <[email protected]> wrote:
> Hi All,
>
> I am trying toextenda class in android.widget, specificallyAbsSpinnerclass 
> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to