erisu commented on issue #1461:
URL: 
https://github.com/apache/cordova-android/issues/1461#issuecomment-1188552819

   > We do not want to display a splash screen at all, and the only way to do 
so is to include the `cordova-plugin-spashscreen` and then turn it off using 
`<preference name="SplashScreen" value="none"/>`. 
   
   You should not install `cordova-plugin-spashscreen` with Cordova-Android 11, 
in fact `[email protected]` will not install for Cordova-Android 
11. The next major release of `cordova-plugin-spashscreen` will actually delete 
all of the source code for Android.
   
   Also the preference only controlled the `cordova-plugin-spashscreen`'s 
SplashScreen.
   
   As @breautek pointed out
   
   > Android now enforces the splashscreen on Android 12 or later.
   
   It also includes their design requirements and for Cordova-Android to 
continue to support older devices with consistency the compatibility library 
was added. This means there is no way to turn of the SplashScreen.
   
   As for the error, maybe try deleting the entire `platforms` directory and 
then run `cordova prepare` so it can recreate the entire directory from 
scratch. I noticed `cordova-plugin-firebasex` has created also a default 
`colors.xml` file with no values. It might be overwritting the file and 
therefore it cant find the key.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to