Currently, apktool lib is used to decode an APK file into smali code, and its jar is added directly in the project and for each update in the jar is done the repository size increases (today, the repository size is ~23MB).
Also, apktool does more than decode an APK in smali code:
Currently, apktool lib is used to decode an APK file into smali code, and its jar is added directly in the project and for each update in the jar is done the repository size increases (today, the repository size is ~23MB).
Also, apktool does more than decode an APK in smali code:
and only using the baksmali is better because it just decodes the classes.dex to smali code.
Tasks: