On windows, I have Android Commander installed so whenever I double click on an APK file, the information about it (ie: package name, version, etc) is displayed. I'm looking for something similar for a Mac OS X. What are my options?
|
The best and quickest way to use it is to obtain the tool from the Android SDK, called
An example of the output is shown:
This will extract certain but limited values and parse the encoded |
|||
|
|
|
You might want to try apktool. This will run on your Mac. And as @Izzy mentioned, you can try APK Multi Tool to get the APK properties. One last thing you could try is viewing the contents of the APK. This can be done by renaming your apk file to .zip and extracting its contents. You will then see a file called AndroidManifest.xml, this will show app version, package name, etc. |
|||||||||||
|
|
You might want to take a look at e.g. apktool, which is written in Java and will run on a Mac -- the linked page even contains the installation instructions. You might also want to take a look at APKInspector (written in Python, it seems). Not having a Mac, I cannot say for sure whether it will run on it. Mentioned for completeness: APK Multi Tool. Will probably not run on a Mac, as the page only advertizes a Windows and a Linux version -- but maybe the latter can be made working with minor effort, so you might want to contact its developer. |
|||
|
|
