Android: Cannot resolve symbol 'compile'

compiler-errors, resolve

Solution

Check 'build.gradle' file. It probably has formatting errors where 'compile' is used.

Problem

I was adding a new activity "Settings" with help from android studios Add New wizard. Right after that I get this Error:(47) A problem occurred evaluating project ':AppName'. Could not find property 'compile' on org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler_Decorated@395e73e7. And it says cannot resolve symbol 'compile'. Any ideas?

Original source