To Reverse Engineer apk file you need below softwares
- Java
- Dex2Jar
- JD-Gui (Java Decompiler)
- Dex2Jar is used to convert .apk file to .jar file
- jar Command is used to extract all .class files from the .jar file
- JD-Gui tool is used to convert .class file to .java file
Step 2:
Step 3:
Open Java Decompiler