Saturday 3 October 2020

How to see ABI of android static library?

Is there any way of inspecting static library for android? For example for iOS static libraries we can simply call :

lipo -info mylib.a 

and it will display the architectures of mylib.a library. If there any similar way for android static library to see the ABIs of the library? If I run lipo -info on android static library I get error.

Any similar command? Thanks in advance.



from How to see ABI of android static library?

No comments:

Post a Comment