We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted. 💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.2.0 @capacitor/core: 6.2.0 @capacitor/android: 6.2.0 @capacitor/ios: 6.2.0
Installed Dependencies:
@capacitor/cli: 6.2.0 @capacitor/core: 6.2.0 @capacitor/android: 6.2.0 @capacitor/ios: 6.1.2
[success] Android looking great! 👌
npm --version 10.9.0 node --version v22.11.0
When versionCode and versionName are omitted from build.gradle, Capacitor crashes on subsequent dev runs (after initial app install on device).
versionCode
versionName
build.gradle
(versionCode and versionName are omitted in my project for dev builds. They are only added/controlled by CI.)
To reproduce:
npx cap open android
No crash
https://github.com/aeharding/cap-crash-test
No response
The text was updated successfully, but these errors were encountered:
fix(android): Subsequent build crash with missing version data
2e92530
Resolves ionic-team#7802
fix: development android crash on reinstall
d5626a1
related: ionic-team/capacitor#7802
Successfully merging a pull request may close this issue.
Capacitor Version
[warn] The bundledWebRuntime configuration option has been deprecated. Can be safely deleted.
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
Installed Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.1.2
[success] Android looking great! 👌
Other API Details
Platforms Affected
Current Behavior
When
versionCode
andversionName
are omitted frombuild.gradle
, Capacitor crashes on subsequent dev runs (after initial app install on device).(
versionCode
andversionName
are omitted in my project for dev builds. They are only added/controlled by CI.)To reproduce:
npx cap open android
Expected Behavior
No crash
Project Reproduction
https://github.com/aeharding/cap-crash-test
Additional Information
No response
The text was updated successfully, but these errors were encountered: