-
Notifications
You must be signed in to change notification settings - Fork 36
Hi mate! Error in parsing "g/" #3
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
Comments
Help! |
Please tell me that API uses and how are you using the library |
I use Android Studio 1.5.3
I tested it in a new Blank and in my Main projects. And get the same error |
replace your build.gradle (app) with:
Or just add in dependencies:
|
It still get error
|
It's look strange...Please contact me by e-mail: micky1995g@gmail.com |
You have to add on
|
Solved! Thanks again! |
Close and add in README file! Thanks for reporting |
vectorDrawables.useSupportLibrary = true is missing in defaultConfig { } . defaultConfig {
or vectorDrawables.useSupportLibrary = true in defaultConfig { } block in build.gradle |
After syncing gradle, I get this error:
Error:Execution failed for task ':app:mergeDebugResources'.
I dunno what is it
The text was updated successfully, but these errors were encountered: