Something like

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 
String.valueOf("$System.env.ANDROID_GRADLE_TOOLS_CLASSPATH")
    }
}

will work in command line, but in AS it will give a "The description null 
is invalid" error and fail to sync the project. 

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to