Question

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.

Was it helpful?

Solution

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top