-
- ADAS currently does not support
android:tint.
- ADAS currently does not support
-
- ADAS currently does not support "Stroke Only" path data.
- If you require this for your workflow, you will have to:
- Manually replace the fill color for each of the transparent paths to
@android:color/transparent.
- Manually replace the fill color for each of the transparent paths to
-
- ADAS does not currently create new subdirectories.
- You must point the output file to an existing subdirectory, or ADAS will use the current working directory.
-
- ADAS can only process the namespace
android:using the-dor--drawableflag.
- Other namespaces (like
app:) will cause ADAS to throw a fatal exception. - To fix this, use a text editor to replace the existing namespace with
android:
- ADAS can only process the namespace
-
- ADAS does not support
<resources>as an XML root namespace, only the<vector>root namespace can be converted.
- ADAS does not support
-
- ADAS does not support attribute references (
?attr).
- ADAS does not support attribute references (
-
- ADAS does not support nested
<group>elements, such as:
<vector> <path d="some path data"> <path d="some other path data"> <group name="some name"> <g transform="math here"> </group> </vector>
- ADAS does not support nested