سؤال

Can any one tell me where can I find freeImage.so?I have been trying a lot to find the same and have not been succesfull..any help would be highly appreciated.I have tried to convert freeimage.a to freeImage.so and that also haven't worked yet. Thanking you in advance.

هل كانت مفيدة؟

المحلول

You can compile .so from FreeImage sources yourself. Just add BUILD_SHARED_LIBRARY into FreeImage's Android.mk. You will also need a correct header file to import functions from .so into your project.

P.S. Why don't you like static library .a?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top