You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/08 10:15:11 UTC

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

Overman775 commented on issue #214: cordova 9.0  cordova build --release error  not match this qualifier [MissingDefaultResource]
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/214#issuecomment-519458616
 
 
   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 https://github.com/apache/cordova-android/issues/689

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


With regards,
Apache Git Services

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