-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use 1.0.5, my project build error #33
Comments
Same problem here. |
I have the same problem. Are u working on that? |
vectorDrawables.useSupportLibrary = true is missing . Please add this line in defaultConfig {} in build.gradle file for eg. apply plugin: 'com.android.library' android {
} dependencies { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
D:\workspace\CoCoin\app\build\intermediates\exploded-aar\com.wnafee\vector-compat\1.0.5\res\drawable\ic_arrow_vector.xml
:app:mergeDebugResources FAILED
Error:Execution failed for task ':app:mergeDebugResources'.
What can I do to make my project correct? Thanks.
The text was updated successfully, but these errors were encountered: