I published a version of my app to market.
My project somehow corrupted.
I started a new project with the same package-name
and same key-store
But when i run the project gives me this error: INSTALL_FAILED_UPDATE_INCOMPATIBLE
I think the new APK is generated with different Signature than the published one.
How can i generate APK with the same Signature with the published one?!
Thanks.