You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-ndk
Hi, Can anyone help me how can I find the version of a shared library in Android? objdump and readelf works for linux because of using SONAMEs. However it doesn't work in Android. Some libraries have the version in their names for example libxv9.so but what is the general way to find the version of a library using by an Android app? Thanks.