6

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?

Jonas Borggren
  • 2,591
  • 1
  • 22
  • 40

1 Answers1

10

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

Vasudev
  • 1,936
  • 19
  • 17