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

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

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -