Hi, I created a Java bindings library project (in VS) and add the generated dll as the reference in my mono android app project. The class in the library project is visible at compile time but not visible at runtime. The exception NoClassDefFoundError was thrown on a simple new classFromNativeLibrary(AppContext). How could I resolve it?
Thanks for any help.
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
