Android studio 2 issue after update to preview 6 -


i updated android studio 2.0 preview 6.

i got error message:

error

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

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -