I have cordova-based application on google play. Earlier application was signed with Android Studio. So, i need to update it. I build apk file with cordova CLI like this:
cordova build android --release
, sign it with jarsigner tool, and published it on Google Play. Seems all right, but when i try to update app on my device i see message, that "apk file is signed incorrectly";
how can i fix this problem?
Thanks and sorry for bad english.
0 comments:
Post a Comment