Tuesday, January 24, 2017

How to get the content of android apk file on mac

The easiest way to get the content of android apk file without any third party tools, is using unzip command line from mac's terminal app.

Just go to the folder containing the apk file from the terminal app, and run the below command
unzip androidapkfilename.apk -d targetfoldername

Android studio also has a menu item of "Build->Analyze APK...", but it cannot extract the content of APK file to local folder, so it is less useful.


No comments:

Post a Comment