I have a native win32 dll which exports some ' native c 'functions.I want to Load this dll and access the exported methods of dll.I have created a JNI wrapper class.After creating the dll i have copied the dll to the libs folder of my android project.Now when i do the loadlibrary it throws Unsatisfied Link error.If i do the same with .so file genetared from NDK it works fine.How do i load the win32 dll?
Regards,
RAmana.



