Help! Unable to install due to apk package issue x

kissu7979

Platinian
Emulator 7.0 works fine, but Android 12 phones have packaging errors.
Despite sorting compilation options by apk Easy tool.

I set it to sdk 30 with apk editor and re-installed it, but it's the same problem
 
Last edited:
Try this
In the decompiled apk folder, open apktool.yml. Scroll down till you find the target sdk. Change it to 29. Then check zipalign after compile and compile it. Try installing the zipaligned version
 
Try this
In the decompiled apk folder, open apktool.yml. Scroll down till you find the target sdk. Change it to 29. Then check zipalign after compile and compile it. Try installing the zipaligned version
If I change it to 29 and try to sign it, it's 30. What's the problem?

The order I did is.

Decompile and open apktool.yml. and change to 29, compile, zipalign, sign again and it's 30.

x.PNG


c.PNG
 
If I change it to 29 and try to sign it, it's 30. What's the problem?

The order I did is.

Decompile and open apktool.yml. and change to 29, compile, zipalign, sign again and it's 30.

View attachment 443568

View attachment 443569
Do not zipalign and sign it again, i have no idea why but if you try to zipalign separately after initial compile, it won't work on android > 10. Just check the ziplign after sign option under the sign tab and use the outputted zipaligned version
 
Back
Top Bottom