You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
This is the only compilation error i'm still getting with the default "speed" filter on Samsung stock Roms.
A compilation error on SystemUI bundled support-v4:
I/dex2oat ( 5641): android.support.v4.app.NotificationCompatBase$Action[] android.support.v4.app.NotificationCompat$Action$1.newArray(int) failed to verify: android.support.v4.app.NotificationCompatBase$Action[] android.support.v4.app.NotificationCompat$Action$1.newArray(int): [0x4] returning 'Reference: android.support.v4.app.NotificationCompat$Action[]', but expected from declaration 'Reference: android.support.v4.app.NotificationCompatBase$Action[]'
E/dex2oat ( 5641): Verification failed on class android.support.v4.app.NotificationCompat$Action$1 in /system/priv-app/SystemUI/SystemUI.apk because: Verifier rejected class android.support.v4.app.NotificationCompat$Action$1 due to bad method android.support.v4.app.NotificationCompatBase$Action[] android.support.v4.app.NotificationCompat$Action$1.newArray(int)
This might help to work around this issue: 7858bc9
Anyway, it would obviously be better to analyze this in detail to exclude any misbehavior caused by wrong validation results, so please keep this open even if ignoring the errors helps.
Hi @rovo89,
This is the only compilation error i'm still getting with the default "speed" filter on Samsung stock Roms.
A compilation error on SystemUI bundled support-v4:
SystemUI odex file: https://www.dropbox.com/s/i5kqim4w3j307iw/systemui-odex-arm64.zip?dl=0
The text was updated successfully, but these errors were encountered: