On Dec 5, 10:56 am, Claudio Veas <[EMAIL PROTECTED]> wrote:
> I was wondering if anybody knows which are the classes/interfaces/
> fields/methods not
> supported by Android because Im getting a Verify error and I cannot
> identify which is the part of the class that is causing it.

The output from "adb logcat" indicates the class that could not be
found as well as the class that has the bad reference.  The location
is identified down to the specific Dalvik instruction.  The trick is
to look in the logs above the exception.

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to