Comment by Oxodao

5 days ago

For initial RE, I'd highly suggest jadx-gui over dex2jar+jd-gui it has a lot of nice feature

Not only that, jadx operates on dex files directly and the conversion from dex to regular JVM classes can sometimes be lossy. So you tend to get better decompilation with jadx vs dex2jar and any regular Java decompiler.