ppetree commented on issue #689: Build errors about drawable since upgrading to v8.0.0 URL: https://github.com/apache/cordova-android/issues/689#issuecomment-559298011 In the portrait images, take off the "port-" so they just have the resolution like this: port-ldpi to ldpi Only do this on the portrait images! Report back. Sent from my iPad, please excuse typos and autocorrects. > On Nov 26, 2019, at 10:53 PM, evazc <[email protected]> wrote: > > 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. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub, or unsubscribe.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
