If all you're trying to do is get the ".so" files from within the apk, then change the apk extension from ".apk" to ".zip" and extract it like any zip archive. Then grab the ".so" files you need. An apk is just a zip archive with a ".apk" extension.
If it's something else you're trying to do, then give us more details to better understand.
If all you're trying to do is get the ".so" files from within the apk, then change the apk extension from ".apk" to ".zip" and extract it like any zip archive. Then grab the ".so" files you need. An apk is just a zip archive with a ".apk" extension.
If it's something else you're trying to do, then give us more details to better understand.
Right. A .so file is a shared library(shared object). After unzipping an .apk file, you can find one or more .so files if there is any shared library in that app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.