Not sure what problem you are having from your description ... but if you
are running Android Studio 1.3 preview, be sure you have adjusted your
build.gradle file in the Gradle Scripts location to use the 1.3.0-beta2
version of the Gradle Plugin
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0-beta2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
On Tuesday, June 9, 2015 at 12:25:22 PM UTC-4, Abdul Majith wrote:
>
> I'm often having the problem which is "Gradle sync fail".... I don't know
> how to manage it.... please help me...!
>
--
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.