Most likely would be a mismatch between the jars used in the compile
and those on the system that's loading the application.  Very common
with XML classes, among others.

Another vague possibility is that the compiler being used is producing
bytecodes that Android doesn't implement.  This might happen if you're
using a very early version of Java, or a very recent one.  (But then
you'd expect the application to not work at all on Android, vs not
working when combined with others.)

On Jul 23, 4:08 am, cindy <[email protected]> wrote:
> Hi,
>
> I  have a build a android application which works fine. After that, I
> create a jar file from that project for other applications  to use.
>
> I added the jar as external jar for other application. It can compile
> correctly. However, when it runs, I always get the error
> "Jave.lang.verifyError".
>
> What might be the problem. I have struggled for days.
>
> Thank you for the help.
>
> Cindy

-- 
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