You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
After installing a native update (in config.xml : same id with new version and android-versionCode attributes), hcp returns error -7 : Can't copy files from previous release to the new release.
Steps to reproduce
install a native version 1.0 of an app : version="1.0.0" and android-versionCode="10"
make hcp update its code version
close the app
compile a new version 1.1 : same id, version="1.1.0" and android-versionCode="11"
install this new version 1.1 on the device :
=> hcp detects correct new native version (1.1)
=> hcp detects current and old hcp releases ("current web version" and "previous web version"). Is this normal ? I understand it should not, as we have a new native version
=> hcp downloads a new code version (this is ok)
=> hcp fails to install the new code version : error -7 "can't copy files from previous release to the new release"
System info
Platform : Android 4.4.2
Cordova 6.3
HCP lastest (just built with git url)
Built with PhonegapBuild
This seems to be a bug, as native version update (through appstore) is impossible. The only way is to uninstall the app before installing the new native version.
Hi, and congrats for this great plugin !
Problem
After installing a native update (in config.xml : same id with new version and android-versionCode attributes), hcp returns error -7 : Can't copy files from previous release to the new release.
Steps to reproduce
=> hcp detects correct new native version (1.1)
=> hcp detects current and old hcp releases ("current web version" and "previous web version"). Is this normal ? I understand it should not, as we have a new native version
=> hcp downloads a new code version (this is ok)
=> hcp fails to install the new code version : error -7 "can't copy files from previous release to the new release"
System info
Platform : Android 4.4.2
Cordova 6.3
HCP lastest (just built with git url)
Built with PhonegapBuild
This seems to be a bug, as native version update (through appstore) is impossible. The only way is to uninstall the app before installing the new native version.
Am i wrong somewhere ?
thanks for you help