On Oct 29, 12:36 am, Jason Proctor <[EMAIL PROTECTED]> wrote: > i ran into something similar compiling the > as-yet-unreleased-for-some-reason version 1.4 of the apache commons > codec stuff. i wanted it to get the streaming versions of the Base64 > codec, but it was not to be. compiled and worked fine on the Mac, but > didn't pass the verifier (bad opcode ???) on the emulator.
The original poster's problem is in fact a verifier bug, but the most common cause of verifier complaints is the inability to find a dependent class. It shows up as a verifier exception because the verifier is the one looking for the class. Some notes about the verifier can be found here: http://git.source.android.com/?p=platform/dalvik.git;a=blob_plain;f=docs/verifier.html;hb=HEAD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

