-
Notifications
You must be signed in to change notification settings - Fork 180
Home
520CCC edited this page Aug 22, 2024
·
1 revision
Welcome to the AIGenerateCode wiki! Google Play Store Packaging Tools
- RubbishCode: Rubbish code generator, including drawable, layout, string, manifests, java
- RubbishCodeDoctor: Rubbish code generator does not use xml, such as layout, all implemented with java code
- ProguardGenerateClass: Obfuscated file generator, increasing the difficulty of decompilation
- SecretCode: String encryption tool
- LU: Internationalization multi-language tool, not a system solution
google play store上包工具 1,RubbishCode: 垃圾代码生成器,包含drawable,layout,string,manifests,java
2,RubbishCodeDoctor: 垃圾代码生成器不用xml,比如layout,,全部用java代码实现
3,ProguardGenerateClass: 混淆文件生成器,增加反编译难度
4,SecretCode:字符串加密工具
5,LU:国际化多语言工具,不是系统方案