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

   Just making a slight correction, an XML vector can be used on older devices, 
however not all vector features are supported.
   
   If you're trying to use an adaptive-icon (which appears to be the case 
here), that requires API 26.
   
   Additionally, XML drawables that uses the following directives requires API 
24:
   - fillColor
   - fillType
   - strokeColor
   
   XML drawables that doesn't use the above directives should be supported on 
API 21 and later, which is the Cordova default minimum SDK.
   
   Created docs pr at https://github.com/apache/cordova-docs/pull/1276 to 
hopefully make this more clear.


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