Aefyr / SAI

Android split APKs installer
GNU General Public License v3.0
2.48k stars 251 forks source link

Problem sign apk #257

Closed Jetrom17 closed 2 years ago

Jetrom17 commented 2 years ago

The app does not sign apk when the function is enabled. This happens on my Android 11.

Hypernovic commented 2 years ago

This Owner of this repository actually discontinued supporting this app according to the readme file,

Anyways that signing issue is caused by jarsigner used here, it can be resolved by using apksigner as it adheres to the V2 standard, Unfortunately android 11 and above only uses this V2 standard.

The problem is you also cant sign a bundle using apksigner.