-
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
Cannot read property 'find' of null - Cordova 11 #1479
Comments
I can't reproduce with the provided config.xml, can you provide a full app reproducing the issue? |
Closing since there was no response and I can’t reproduce |
I am having the same error, here is the error generated with '--verbose' When upgrade cordova from 8.0 to 11.0 in a ionic 3.9.2 project, I was using cordova-plugin-splashscreen plugin, and now I have removed it from the project by run 'ionic cordova plugin rm cordova-plugin-splashscreen' and cleared tags from config.xml file. Does this look similar to #1441 ? Actually this could be solved according this official doc https://cordova.apache.org/docs/en/latest/core/features/splashscreen/index.html#android-specific-information
|
I had the same error and detected it was due to a plugin saving a themes.xml file to the res folder. I changed the plugin to save the file as themesother.xml and then I could add the android@11 platform ok. |
thx |
Bug Report
Problem
Using Cordova 11 to target Android 12 fails to build.
What is expected to happen?
The app should compile.
What does actually happen?
Build crashes during the platform add android@11 with the following error:
Information
config.xml:
Command or Code
cordova platform add android@11 --verbose
Environment, Platform, Device
Building an Ionic 3.9 app on Windows for Android 12 with Cordova 11.
Version information
`
Cordova Packages:
`
Environment:
Checklist
The text was updated successfully, but these errors were encountered: