You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/19 04:06:09 UTC

[GitHub] [cordova-plugin-splashscreen] x4nc3l commented on issue #214: cordova 9.0 cordova build --release error not match this qualifier [MissingDefaultResource]

x4nc3l commented on issue #214:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/214#issuecomment-748415532


   > Try this config lines:
   > 
   > ```
   >     <splash density="hdpi" src="res/screen/android/splash-port-hdpi.png" />
   >     <splash density="port-hdpi" src="res/screen/android/splash-port-hdpi.png" />
   >     <splash density="ldpi" src="res/screen/android/splash-port-ldpi.png" />
   >     <splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png" />
   >     <splash density="mdpi" src="res/screen/android/splash-port-mdpi.png" />
   >     <splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png" />
   >     <splash density="xhdpi" src="res/screen/android/splash-port-xhdpi.png" />
   >     <splash density="port-xhdpi" src="res/screen/android/splash-port-xhdpi.png" />
   > ```
   > 
   > Read this [apache/cordova-android#689](https://github.com/apache/cordova-android/issues/689)
   
   work for me


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org