This is not an Android problem, it is an java problem, you should
extract this classes (the jars are zips inside) and create a new jar.
And the answer is not it is not posible :P.

On Jul 28, 8:12 am, zohar lerman <lirazo...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to