androidbinary
androidbinary copied to clipboard
how to replace the package file and repackage
how should I do
I want to modify a file in the package
the androidbinary package can't modify the package. this project is not a replacement of the Android build toolchain, so I have no plan to implement it. The Android build toolchain are too big and complex to port into Golang.
please consider to use the Android build toolchains directly. the aapt may help you.
- https://developer.android.com/studio/command-line/aapt2
Or, the apktools is useful for reverse engineering.
- https://ibotpeaches.github.io/Apktool/
thank you