androidbinary icon indicating copy to clipboard operation
androidbinary copied to clipboard

how to replace the package file and repackage

Open lyb-Q opened this issue 6 years ago • 3 comments

how should I do

lyb-Q avatar Jan 03 '20 09:01 lyb-Q

I want to modify a file in the package

lyb-Q avatar Jan 03 '20 09:01 lyb-Q

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/

shogo82148 avatar Jan 03 '20 09:01 shogo82148

thank you

lyb-Q avatar Jan 06 '20 01:01 lyb-Q