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

后端 未结 8 1969
南笙
南笙 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:24

    You have your debug copy still installed on your device most likely. Now you have downloaded a different copy of the same app and it's causing this error.

    Uninstall the app completely from your device. Then download it from the market again and it should work.

提交回复
热议问题