Jonas Borggren
Jonas Borggren

Reputation: 2656

Android: Cannot resolve symbol 'compile'

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?

Upvotes: 6

Views: 2710

Answers (1)

Vasudev
Vasudev

Reputation: 1996

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

Upvotes: 10

Related Questions