“Plugin with id 'com.android.application' not found” -


i getting “plugin id 'com.android.application' not found”. have updated gradle distribution version in gradle wrapper properties no avail. need write build gradle dependencies somewhere?

you have add in top level file:

buildscript {     repositories {         jcenter()     }      dependencies {         classpath 'com.android.tools.build:gradle:2.3.3'     } } 

Comments

Popular posts from this blog

javascript - generate date range base on integers -

PHP and MySQL WP -