how to update com.android.application plugin? -


i'm getting message:

plugin old, please update more recent version, or set android_daily_override environment variable "a9d6c794295e89d95704157e2ed8fd55ffd2765c" 

and:

c:\path\mobile\build.gradle error:(1) problem occurred evaluating project ':mobile'. failed apply plugin [id 'com.android.application'] not create plugin of type 'appplugin'. 

top build.gradel file:

buildscript {     repositories {         jcenter()     }     dependencies {         classpath 'com.android.tools.build:gradle:1.3.0-beta1'         classpath 'com.google.gms:google-services:1.3.0-beta1'          // note: not place application dependencies here; belong         // in individual module build.gradle files     } }  allprojects {     repositories {         jcenter()     } } 

basically, don't know how update com.android.application plugin.

apparently, beta releases of gradle android plugin expire. afaik, not documented behavior. right now, way know of find out latest beta release monitoring http://tools.android.com/tech-docs/new-build-system. shows beta3; had thought latest beta2.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -