The apk must be signed with the same certificates as the previous version

后端 未结 11 1357
情歌与酒
情歌与酒 2020-11-22 05:01

I had uploaded my app to Google Play (back when it was called Android Market) some time ago.

Today I updated the app, but I had deleted the previous keystore and cre

11条回答
  •  逝去的感伤
    2020-11-22 05:22

    My [silly] mistake was that i used app-debug.apk file instead of app-release.apk file. You need to to choose "release" in "Build Variants" frame when you generate signed APK. The app-release.apk file should be located under "app\release" folder in your project root.

提交回复
热议问题