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/11/27 03:53:26 UTC

[GitHub] [cordova-android] evazc commented on issue #689: Build errors about drawable since upgrading to v8.0.0

evazc commented on issue #689: Build errors about drawable since upgrading to v8.0.0
URL: https://github.com/apache/cordova-android/issues/689#issuecomment-558917073
 
 
   Hi all, I tried all of the above solutions but it still didn't work. 
   Is there anyone like me?
   
   I have tried to add this in the config.xml
   ```
           <splash density="land-ldpi" src="res/screen/android/screen-ldpi-landscape.png" />
           <splash density="port-ldpi" src="res/screen/android/screen-ldpi-portrait.png" />
           <splash density="land-mdpi" src="res/screen/android/screen-mdpi-landscape.png" />
           <splash density="port-mdpi" src="res/screen/android/screen-mdpi-portrait.png" />
           <splash density="land-hdpi" src="res/screen/android/screen-hdpi-landscape.png" />
           <splash density="port-hdpi" src="res/screen/android/screen-hdpi-portrait.png" />
           <splash density="land-xhdpi" src="res/screen/android/screen-xhdpi-landscape.png" />
           <splash density="port-xhdpi" src="res/screen/android/screen-xhdpi-portrait.png" />
           <splash density="land-xxhdpi" src="res/screen/android/screen-xxhdpi-landscape.png" />
           <splash density="port-xxhdpi" src="res/screen/android/screen-xxhdpi-portrait.png" />
           <splash density="land-xxxhdpi" src="res/screen/android/screen-xxxhdpi-landscape.png" />
           <splash density="port-xxxhdpi" src="res/screen/android/screen-xxxhdpi-portrait.png" />
   ```
   
   And tried to change build.gradle like @mikepsinn .
   
   I would appreciate any suggestions could help 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


With regards,
Apache Git Services

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