AndroidEmbedIT icon indicating copy to clipboard operation
AndroidEmbedIT copied to clipboard

Fixed signing issue for newer versions of android.

Open Hippi3Hack3r opened this issue 2 years ago • 0 comments

Jarsigner does something weird with newer versions of the android sdk causing the app to refuse to install with this error:

Targeting R+ (version 30 and above) requires the resources.arsc of installed APKs to be stored uncompressed and aligned on a 4-byte boundary]

I replaced the jarsigner code to use apksigner instead.

Hippi3Hack3r avatar Feb 02 '23 03:02 Hippi3Hack3r