Reputation: 435
I am getting this error while i am updating my android application, i tried signing new Application on same system there is no problem with that,
when updating the same application i got this error.
I need help, i searched but nothing worked for me.
I am using android studio when i updated studio to 2.2 preview 1 i am getting this error.
java 1.8.0_92 installed in my System.
Upvotes: 2
Views: 5018
Reputation: 1524
This one works for me.
Rebuild Project > Clean Project (Is this necessary?)> Generate Signed APK
Upvotes: 0
Reputation: 435
I found the solution , just extract apk with 7zip and deleted the META-INF folder and re-signed Apk
Upvotes: 4