I newly Android project started a new default project. Everytime I try to start the app this error occurs:
build.gradle(Module:app)
apply plugin: \'c
Probably you dont add suport-v4 library correctly in your project.
Check this :
Finally if this didn't resolve your problem try to remove this library from your imported libraries list and your project modules dependency list and import and add it again from one source to your project , then try rebuild the project or restart the IDE.
I hope this way can help you :)