android - How can I compile a C++ lib once, to be used later both in projects that will be compiled both to .a. and .so libs? -


can use .a file in project needs compiled both .a , .so?

i need write c++ lib, , compile such used in project compiled both .a file (for ios) , .so file (for android). wonder if compile c++ lib .a lib used later both android , ios.

further clarification: not searching how convert static libraries shared libraries. looking 1 compiled library rules them all, hence used both ios , android projects, relevant architectures.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -