1. First, store the decompiled apk in the folder directory of apktools at the same level, as shown in the following figure.
2. Press shift+ right mouse button to open the command window and run the code apktool d yd.apk (the name of the installation package).
3. Change the suffix name of apk to zip, decompress and double-click to open the xml format file, as shown in the figure below.
4. Open the cmd command window and enter the commands in turn, as shown in the figure below.
5. You need dex2ja to package classes.dex into a jar package.
6. Then you can view the required source code, as shown in the figure below.