Good evening everyone, I'm currently trying to mig...
# android
b
Good evening everyone, I'm currently trying to migrate a legacy app using v4 support libraries to AndroidX and update AGP and Kotlin to 1.4 and I'm hitting a cryptic crash during runtime that I haven't been able to isolate or track down yet. Has anyone come across this before?
g
You have signed jar somewhere and it validation failed
Caused by: java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
do you have jar files in the project (not added by gradle)?
search by error message, there are many resources how to solve it