└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # PvZ-TV-Touch 2 | 逆向得到的安卓PvZ-TV版的Java源代码,并适配了触控操作。注意:只逆向了Java源代码,而不是整个游戏的源代码。 3 | 4 | Android Studio Project by Reverse Engineering The Popcap Game "PvZ-TV" and Adapting Touch Controls. Note: Only the Java source code has been reverse-engineered, not the entire source code of the game. 5 | # 如何使用这份源代码? How to build this source code? 6 | 下载release中的TV-1.1.5.zip,解压并导入Android Studio,然后编译即可。 7 | 8 | Download the TV-1.1.5.zip from the "release" section, and import it into Android Studio to build the project. 9 | # 这份源代码有其他改动吗? Have you made any modifications? 10 | 适配了高版本安卓系统,去除了一些不需要的代码和权限,加入了一些设置项。 11 | 12 | Adapted for higher versions of Android system, removed unnecessary code and permissions, and added some new settings options. 13 | 14 | --------------------------------------------------------------------------------