Android studio 2 issue after update to preview 6 -
i updated android studio 2.0 preview 6.
i got error message:
error:(1, 0) plugin old, please update more recent version, or set android_daily_override environment variable "aed79d567e57792ed352e708d2b7ca891ff897c6"
when click on options fix plugin version , sync project
project synced nothing happens.
when click on open file, opens build.gradle
file associated app module. puts cursor on line:
apply plugin: 'com.android.application'
any clue android_daily_override environment variable ? or can error ?
could try changing class path of build.gradle com.android.tools.build:gradle:2.0.0-alpha6
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.0.0-alpha6' } }
hope help.
Comments
Post a Comment