android killer returns the problem record of compiling apk

1. Avoid installation failure on high Android versions because targetSdkVersion is too high

Modify the version of apktools.yml to 29. If not, the error message that may appear is
:adb: failed to install D:\python_work\Apksign_cool\project_out.apk: Failure [-124: Failed parse during installPackageLI: Targeting R+ (version 30 and above) requires the resources.arsc of installed APKs to be stored uncompressed and aligned on a 4-byte boundary]insert image description here

Guess you like

Origin blog.csdn.net/qq_36535153/article/details/128053033