AndresMunozDeveloper opened a new issue, #1501: URL: https://github.com/apache/cordova-docs/issues/1501
The documentation of [Icons for Android](https://cordova.apache.org/docs/en/latest/config_ref/images.html#android) has multiple issues. First, some of the links in the section See Also don't work. Second, there is not mention that the vector files used here are not the regular SVG files but an Android specific version of vector files that requires a conversion. The SVG files can be converted in Android Studio using its "res folder right click -> New -> Vector Asset" command. The same vector file can be used for all densities, right? - https://developer.android.com/studio/write/create-app-icons Third, these icons have design restrictions. Here are a few links I found: - https://medium.com/google-design/understanding-android-adaptive-icons-cee8a9de93e2 - https://medium.com/google-design/designing-adaptive-icons-515af294c783 - https://medium.com/androiddevelopers/implementing-adaptive-icons-1e4d1795470e I'm writing this comment from the perspective of someone new to Cordova and to Android development. -- 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]
