breautek commented on issue #1565:
URL: 
https://github.com/apache/cordova-android/issues/1565#issuecomment-1460415480

   I'm not sure what you mean by custom splash screen but
   
   > android.content.res.Resources$NotFoundException: Drawable 
qa:drawable/ic_cdv_splashscreen with resource ID #0x7f08008b
   
   indicates that you're missing your drawable which when you prepare/build, it 
should be in your 
`<cordova-project>/platforms/android/app/src/main/res/drawable-nodpi/ic_cdv_splashscreen.png`.
 If you're using a vector, then I think it gets placed into 
`<cordova-project>/platforms/android/app/src/main/res/drawable/ic_cdv_splashscreen.xml`
 instead. Perhaps confirm that the file is indeed found in the expected 
locations.
   
   Additionally if you're using an SVG vector, not all SVG features might be 
[supported](https://developer.android.com/studio/write/vector-asset-studio#svg-supported).


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