REAndroid / APKEditor

Powerful android apk editor - aapt/aapt2 independent
Apache License 2.0
645 stars 95 forks source link

After merges multiple splitted apk, it could not be installed. INSTALL_PARSE_FAILED_NO_CERTIFICATES #94

Closed zhumingu closed 3 months ago

zhumingu commented 3 months ago

adb: failed to install xapo_merged.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl1118284212.tmp/base.apk using APK Signature Scheme v3: SHA-512 digest of contents did not verify]

REAndroid commented 3 months ago

You need to sign your apk after merging

zhumingu commented 3 months ago

thanks the reply