Published Android apk gives error “Package file was not signed correctly”

后端 未结 8 1967
南笙
南笙 2020-12-01 09:04

I recently uploaded my application to the android market however it\'s refusing to run when downloaded due to the error

Package file was not signed co

8条回答
  •  春和景丽
    2020-12-01 09:41

    This error usually occurs because you are trying to push an update which was signed with a different key than you used in the initial submission. You need to find the key you used the first time you published the application and use this to sign the update.

提交回复
热议问题