Where are all the shared libraries stored on android?
问题 Where are all the shared libraries (.so) stored on Android? I was able to find the /system/lib directory but I'm sure there are more. Not being able to use the find command doesn't help either. 回答1: In the many AOSP and vendor images I have analyzed, I've observed a regular pattern of locations for shared libraries, as follows (some of these are only in newer versions): system/app/<name>/lib/<arch> system/priv-app/<name>/lib/<arch> system/lib system/lib64 system/vendor/lib system/vendor/lib64