I am working on an Android app and I keep having a problem with the R.java generation system. I get an issue saying
variable GradientColor_fontVariationSettings is already defined in class styleable
I found this in the R.java file:
public static final int GradientColor_fontVariationSettings = 13;
public static final int GradientColor_fontVariationSettings = 14;
It's also in the vectordrawable/R.java file. I've tried deleting it, but it regenerates it every time I build the app. Anyone know the fix for this issue?