I get this error. I\'m pretty confused because i check everything in sdk manager and it\'s all updated (i think so).
Error:(30, 0) Could not find meth
You can't use the compile() DSL in the top level file.
compile()
Delete this block:
dependencies { compile 'com.android.support:appcompat-v7:+' }
and add the dependency in the dependencies block inside the app/build.gradle file.
dependencies
app/build.gradle