Hi,

I am creating new Android widget for other users to use. I created JAR
file from my project and it is working as expected when other users
and this jar to their project.

I am trying to enrich the widget and for that i am using other jar.
So my JAR include another jar, and only my code can access to that
jar.

The problem is where user use my jar and it reach to the line where i
call to the other jar it crash with verifyError exception (on SDK
1.5 ) and NoClassDefFoundErro (on SDK 2.1)

My jar manifest file includes:
Class-Path: lib/otherJar.jar

any idea?
Is it possible to add jar into jar?

thanks
-Z

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