“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
Post a Comment