-
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
Android bundle package could not be produced using cordova build android --release #1151
Comments
Confirmed issue on nightly on a plain fresh cordova project, via This does work on I believe the regression happened somewheres within these commits: 7428bd3 (HEAD -> master, origin/master, origin/HEAD, apache/master) Features/webp support for splashscreen (#1113) Stacktrace:
|
I think I'm pointing the blame at the wrong PR, but I have a fix PR incoming. |
Thanks for fix the issue |
Bug Report
Problem
What is expected to happen?
It should generate android bundle package without any problems.
What does actually happen?
It generate error code after run
cordova build android --release
Information
Command or Code
command line code:
cordova build android --release
build.json file:
{ "android": { "debug": { "keystore": "../android.keystore", "storePassword": "android", "alias": "mykey1", "password" : "password", "keystoreType": "", "packageType": "apk" }, "release": { "keystore": "../android.keystore", "storePassword": "", "alias": "mykey2", "password" : "password", "keystoreType": "", "packageType": "bundle" } } }
Environment, Platform, Device
Version information
cordova-android 9.1.0-dev (master)
Cordova cli 10.0.0
Android studio 4.1.1
Checklist
The text was updated successfully, but these errors were encountered: