ember-cli-cordova icon indicating copy to clipboard operation
ember-cli-cordova copied to clipboard

Swallows -release-prompt-for-password for signed android builds

Open Globegitter opened this issue 10 years ago • 1 comments

When running ember cordova:build --environment=production --platform=android and you have your keystore files defined in ant.properties cordova usually asks you for the according password:

-release-prompt-for-password:
    [input] Please enter keystore password (store:artificial-qbe-key.keystore):

This message gets swallowed and the build is taking forever.

Globegitter avatar Feb 18 '15 12:02 Globegitter

This seems related to #53 and the two workarounds are either http://stackoverflow.com/questions/5334399/automation-for-android-release-build it seems or running the cordova build command directly

Globegitter avatar Feb 18 '15 12:02 Globegitter