SyntaxFix
Write A Post
Hire A Developer
Questions
This is a way:
Using apktool to decode:
apktool
$ apktool d -f {apkfile} -o {output folder}
Next, using JADX (at github.com/skylot/jadx)
$ jadx -d {output folder} {apkfile}
2 tools extract and decompiler to same output folder.