REAndroid / APKEditor

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

The resource id in the framework is lost #95

Closed Zenlua closed 2 months ago

Zenlua commented 2 months ago

Android 14

The problem is that when decoding the apk the id is still fully visible, but when compressing it, the id frame is lost

I used a framework but it didn't work -framework android.apk

After decoding

Screenshot_2024-04-04-01-01-10-954_bin mt plus

Comparison on the left is the original apk, on the right is after compressing the apk

Screenshot_2024-04-04-00-20-56-157_bin mt plus

File apk: framework-ext-res.zip

REAndroid commented 2 months ago

Fixed with 1.3.7, you can re-open this issue if not fully resolved