News

This project aims to demonstrate the process of decompiling the APK file of the game 2048 and converting it into a buildable Gradle Java project. Use a Apk Dependency Graph (ADG) generate the APK ...
3.将要反编译的APK后缀名改为.rar或者 .zip,并解压,得到其中的classes.dex文件(它就是java文件编译再通过dx工具打包而成的),将获取到的classes.dex放到之前解压出来的工具【dex2jar-2.0】文件夹内,cmd定位到dex2jar-2.0文件夹下, 执行“d2j-dex2jar classes.dex”得到“classes-dex2jar.jar” ...