python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
apktool under Ubuntu 18.04 - brut.directory.DirectoryException: file must be a directory
Ubuntu 18.04 install via Ubuntu Software apktool-new version 2.4.1
/snap/apktool-new/2/bin# ./apktool d /home/myhome/mytemp/test.apk
gives: Exception in thread "main" brut.androlib.AndrolibE...
Squeeto Na
Votes: 0
Answers: 1
Apktool Not Building Simple Decompiled Android Studio APK
I have created very simple android studio project and modified nothing. Apk is get successfully decompiled using command apktool d test1.apk but when i do build the decompiled directory using command ...
Nikita K
Votes: 0
Answers: 2
What are .composermodule-files and what do they do in the Snapchat APK?
I'm looking into the snapchat APK. I used apktool to decompile the APK-file and found a bunch of .composermodule files in the assets folder. I have tried googling but all results point towards the com...
Qoutroy
Votes: 0
Answers: 0
How to edit android manifest for android apk and rebuild it for chrome app
I am trying to edit AndroidManifest.xml for chrome app using apktool
Using the below command to decompile the jar, I am able to get the AndroidManifest.xml file and edit file to remove android:allowAu...
yantrakaar
Votes: 0
Answers: 1