-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--release signing not working on cordova-android 9.0.0 #1020
Comments
The files under Instead you should use a |
Oh... Well alright. I just did that and now it's giving me an error in I checked the file out and that line seems to be the dialog call for |
Nevermind, I got it working. It for whatever reason deleted my passwords from the build.json after the first try, it would seem. But this does mean there might still be a bug the documentation you linked to stated it should prompt you for a password if you don't fill it out in the build.json, but that gives an error. |
I've reproduced the password prompt issue. I've created an issue that specifically describes the password prompt issue. Thank you for bringing attention to that... Based on some research on why gradle was crashing, this seemed like it was an issue in Cordova for awhile 😕 But I have a PR that I'll be preparing a PR for that shortly. Regarding password being deleted from |
I understand that you shouldn't create files manually in |
I spent quite a few days figuring out why our Cordova upgrade is breaking before landing here and learning that the I agree with @goffioul that documentation could be improved here. I can make a PR if the idea is approved. |
Bug Report
I'm trying to build my app on android@9.0.0 with the command
cordova build android --release
. However, it simply deletes myrelease-signing.properties
and produces only an unsigned APK.Problem
My app release build won't sign and my
release-signing.properties
gets deleted. No errors are shown.What is expected to happen?
For the app to build
What does actually happen?
The app doesn't build
Information
It still works perfectly fine on building cordova-android 8.0.0
I simply paste my keystorefile (jks) and
release-signing.properties
into the android platform folder, and use the --release command to build.Command or Code
cordova build android --release
Environment, Platform, Device
Windows 10
Version information
Cordova CLI 9.0.1
Android 9.0.0
Basic Cordova CLI
Windows 10
Android SDK tools (CLI version)
Checklist
The text was updated successfully, but these errors were encountered: