Pregunta

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.

¿Fue útil?

Solución

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?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top