I don't know what is happened to my debug.keystore buti realized it changes. when I want to update my app i face this error:"An existing package by the same name with a conflicting signature is already installed.". I don't want to delete the current app on device and then install the new one. I already extract MD5 and SHA1 from my current app, I am wondering can i create debug.keystore by these specific MD5 and SHA1 ? sorry for my bad English,thanks
Asked
Active
Viewed 154 times
0
-
"I am wondering can i create debug.keystore by these specific MD5 and SHA1 ?" -- not realistically. It would take you far less time to copy your data for this app off to your development machine, uninstall and reinstall the app, then copy the data back. – CommonsWare Oct 28 '15 at 17:36
-
Possible duplicate of [I lost my .keystore file?](http://stackoverflow.com/questions/4322367/i-lost-my-keystore-file) – Than Oct 28 '15 at 17:42