Hello,

I am trying to make a jar bindings project that I need in my app.
1. I created a jar binding project.
2. Added the .jar file in the Jars folder.
3. Made it an EmbeddedJar
4. Build the project
5. Referenced the project from another project and added some logic using the callable wrappers.

Now when I build the project I see that an assembly is generated with the .jar file inside it as a resource. But when I try to run in debug mode I get a java.lang.NoClassDefFoundError exception. I noticed that if I build an .apk, unzip it and decompile the jar bindings assembly, the jar file is no longer in it. So is that a bug Xamarin Android that is happening? I don't seem t find anything on Google that may help me out.
I am using the latest beta version of Xamarin.Android.

Thanks,
 Vladimir
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to