android - Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable -


showing error on running project, tried solution available it's not working. thing left set android_daily_override environment variable, struggling so.

how can set android_daily_override environment variable on mac?

change build.gradle file to

classpath 'com.android.tools.build:gradle:2.0.0-alpha6' 

also navigate to yourprojectpath/gradle/wrapper , open gradle-wrapper.properties

change distributionurl with

distributionurl=https\://services.gradle.org/distributions/gradle-2.10-all.zip 

i hope helps


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -