The documentation of Icons for 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?
Third, these icons have design restrictions. Here are a few links I found:
I'm writing this comment from the perspective of someone new to Cordova and to Android development.
The documentation of Icons for 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?
Third, these icons have design restrictions. Here are a few links I found:
I'm writing this comment from the perspective of someone new to Cordova and to Android development.