Reputation: 1736
This was issue i'm facing check this. I'm trying to update the existing app with same signed apk key by below command
cordova run android --debug -- --keystore="keystore" --storePassword="pass" --alias="aliasname" --password="pass"
on above command. The app is getting updated but build gets break.
production.default.properties
build.options.logger=no
build.options.debug=false
enable.deltas=false
enable.cache.manifest=true
enable.resource.compression=true
app.microloader.name=production.js
build.embedded.microloader.compressor=-closure
# enable the full class system optimizer
app.output.js.optimize=true
build.optimize=${build.optimize.enable}
The application is not getting updated.
Upvotes: 1
Views: 111