0

I developed an Android app and published it on google play. Then I lost my keystore file and now I can't update my app. Therefore, I want to create new app with my existing code.

How can I use my existing code to create the new application, porting clearly ?

John Conde
  • 207,509
  • 96
  • 428
  • 469
Melih Mucuk
  • 6,530
  • 6
  • 34
  • 55

1 Answers1

4

All you have to do is change the package declarations in the Manifest and in each source file. Once it's in a different package the Google Play Store will think it's a different application and you can upload the new build.

CaseyB
  • 24,194
  • 11
  • 70
  • 106