WEBSITE : https://apk-spectrum.github.io/apk-scanner/
WIKI : https://github.com/apk-spectrum/apk-scanner/wiki
The APK scanner analyzes the APK file to show all the APK information,
And provides functions such as installing in the device and extracting and analyzing the installed apps,
It is a tool to dramatically streamline APK management. (more..)
This repository have .project and .class files for be build by eclipse.(more..)
JDK (7 or 8).
Eclipse with git plugin
- source code download
- import Eclipse project
Eclipse > File > Import > Git > Project from Git
> Existing local repository > add "your project path" > Import existing Eclipse projects
- Run Configuration, Main Class : com.apkscanner.Main
Supported OS : Windows7/10, Linux Ubuntu 10.04/12.04/14.04
※ Based on verified OS version.
- Launch APKScanner_xxx_win_setup.exe
- Uncompress APKScanner_xxx_legacy.tar.gz
- Launch setup.bat (right click > Run as administrator)
- Uncompress APKScanner_xxx_win_portable.zip
- Launch ApkScanner.exe
$ sudo dpkg -i APKScanner_xxx_linux_setup.deb
$ tar -xvf APKScanner_xxx_legacy.tar.gz
$ cd APKScanner
$ ./setup.sh
- Double click to an APK File on the explorer.
Using following tools & libraries
Android Asset Packaging Tool, Android Debug Bridge
- http://developer.android.com/tools/help/adb.html
JD-GUI
- http://jd.benow.ca/
dex2jar
- https://sourceforge.net/projects/dex2jar/
ddmlib
- https://android.googlesource.com/platform/tools/base/+/master/ddmlib/
guava
- https://github.com/google/guava/
jna
- https://github.com/java-native-access/jna/
mslinks
- https://github.com/BlackOverlord666/mslinks/
RSyntaxTextArea with AutoComplete, RSTAUI
- http://bobbylight.github.io/RSyntaxTextArea/
json-simple
- https://code.google.com/archive/p/json-simple/
commons-cli
- https://commons.apache.org/proper/commons-cli/
luciad/webp-imageio
- https://bitbucket.org/luciad/webp-imageio/
Toolbar icons : https://dribbble.com/shots/1925117-Filo-Icon-Set-Free
Othres : https://github.com/ioBroker/ioBroker.icons-open-icon-library-png
APK Sanner are released under the Apache 2.0 license.