2

I have already installed my signed apk app on my device. Now I am giving an update to my app. when I install update from android studio, It asks to uninstall previous app (Obviously because sign identity). I want to import some data from previous app package. So is there anyway to run my current app and debug it over the previous app as an update.

I have searched for this and could not get any similar question. Thanks in Advance.

Bazi Paleri
  • 803
  • 1
  • 6
  • 15

1 Answers1

1

AFAIK this is not possible, You have to sign the new version using the same debug key

Omar Hassan
  • 727
  • 1
  • 11
  • 24