-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Error:Execution failed for task ':my_project:processReleaseResources'.
> Failed to parse XML resource file '/Users/mms/AndroidStudioProjects/my_project/my_project_lib/build/intermediates/res/merged/release/drawable-v21/avd_downloading_begin.xml'
Hey Alex, I copied and pasted the avd_downloading_begin
into my projects drawable-v21
folder along with the vd_downloading
, but the IDE is still giving me an error in avd_downloading_begin
for target
animation attribute should be defined
I have noted to use VectorDrawableCompat
and have set vectorDrawables.useSupportLibrary = true
in the defaultConfig of both the project and library, and am using AppCompatImageView
Any ideas why this wouldn't work?
Metadata
Metadata
Assignees
Labels
No labels