Hi i am newbie to android. I have an android apk signed with debug key.Now my key has expired so i have renewed my key and i have release key. The issue is that i could not update my existing application with the new release key.if i try to replace the existing one(signed with debugger key) with the new one i am getting error “Application not installed”. What is the solution or workaround to this issue? I tried uninstalling the old one and installing the new one. It works fine but i want the new app to be replaced. Pls help. Thanx in advance
Share
You can’t reinstall an application signed with different key. As you said, you have to uninstall the old one first and install it again signed with the new key.
From android docs: