
apktool
List of commands for apktool:
-
apktool:tldr:9c1f1 apktool: Decode an APK file.$ apktool d ${filename-apk}try on your machineexplain this command
-
apktool:tldr:b0159 apktool: Build an APK file from a directory.$ apktool b ${path-to-directory}try on your machineexplain this command
-
apktool:tldr:e0d17 apktool: Install and store a framework.$ apktool if ${path-to-framework-apk}try on your machineexplain this command