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?
Copyright © 2021 Jogjafile Inc.
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.