I use Apktool,dex2jar and jd-gui to decompile an apk, and I get the classes-dex2jar.jar successfully,
but when I put it in the jd-gui, there is just one package (the dependency package) like this:
How can I get the other source code?
I use Apktool,dex2jar and jd-gui to decompile an apk, and I get the classes-dex2jar.jar successfully,
but when I put it in the jd-gui, there is just one package (the dependency package) like this:
How can I get the other source code?
Instead of using apktool + dex2jar, maybe you can try the one shot tool jadx. It will ask for the apk as input and directly output the decompiled source and resources.
Copyright © 2021 Jogjafile Inc.
I think you can get full source code from apk using "APK Easy Tool". Of course, it's impossible to get java file but you can get that corresponding smali code. You can download it from this URL:
https://apk-easy-tool.en.lo4d.com/windows