AndroidStudio 3.0 / Android Gradle plugin 3.0
<vector>
<path android:fillColor="@color/image_button_disabled"/>
</vector>
I get this error:
references to other resources are not supported by build-time PNG generation
Will it be possible to resolve it or is it a deprecated solution?
Do not use colorReference at fillColor attribute in Vector drawable just use hexa code
use like this
instead of this