Android uses different Java Compiler with Sun's, so if you build a
project with class file(like a compiled jar library) compiled with
Sun's Java Compiler that uses classes/interfaces/fields/methods not
supported by Android (Actually dakvik), you'll get
java.lang.VerifyError.
To fix this, you must rewrite or delete such codes. Class Index and
Pacakge Index in Android page will help. If the library is not source-
opened, it's over and you can now find for another.
--~--~---------~--~----~------------~-------~--~----~
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