/apk-to-java

Going from Android APK to JAVA classes

Primary LanguageShell

Usage

To install:

./scripts/install.sh
source apk-to-java.rc

To run an example:

cd examples
../scripts/apk-to-java.sh HelloWorld.apk

The script apk-to-class.sh takes an APK file ("/a/path/FILE.apk").

It creates a directory to store the results (./FILE/apk and ./FILE/java).