devendroid / VectorChildFinder

VectorChildFinder helps to find inner elements of vector drawable like path and group.
Apache License 2.0
202 stars 41 forks source link

Gradle Error #3

Open hussainabbas opened 6 years ago

hussainabbas commented 6 years ago

Hello sir i was trying to implement your library, And followed your steps but when i run the application its shows me some kind of an error check the attachment file to see the error i am waiting for your response thank you screenshot from 2018-04-04 13-18-19 screenshot from 2018-04-04 13-18-50

arshu-dev commented 4 years ago

Hey,

I was also had the same issue. I have resolved it.

To import this in Android Studio you have to do the following:

1. From the parent gradle file remove this line "classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'" 2. From the vectorchildfinder gradle file remove this line "classpath apply plugin: 'com.github.dcendents.android-maven'"