Scalable android repackaging Tool
Today I checked out the original packaging tool. I learned some technologies. Then git found a similar project code for research. I think it will be much faster to create a script language. Programmers often do not need to package one after another. For programmers, they only need to use a few pieces of code to describe what they do. Therefore, we should write out the repetitive work.
I briefly learned how the packaging tool works. Uses an apkTool tool to decompress and re-sign the apk. Many of them are packaged using ant packaging tools on github. I see a demo that uses this tool to decompress files and re-sign them. The author writes out some configuration files. However, many tools on the Internet have different features.
I would like to anticipate a tool
The tool has been created and put into production.
AndroidPackageTool V1.0 features
1. Support for custom keystore files
2. Supports custom lua scripts to modify apk files
3. Support batch modification and packaging. Farewell to tedious scripts and manual Packaging
4. Supports multi-color log output
Production and use by the invested company. Because it is a tool used by individuals in their spare time. Therefore, open source is supported. It will be uploaded to github in the near future.