After allowing Android Studio to edit my gradle configuration to enable Instant Run, I see the following error if I manually try to invoke ./gradlew :myApplication:assembleDebug
> Could not resolve all dependencies for configuration ':classpath'. > Could not find com.android.tools.build:gradle:2.0.0-alpha1. Searched in the following locations: https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.0.0-alpha1/gradle-2.0.0-alpha1.pom https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.0.0-alpha1/gradle-2.0.0-alpha1.jar I have updated the gradle wrapper to 2.8. Am I missing some other step? -- 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.
