Cannot run android studio project

Hello,
I downloaded the DRTLS Manager Android Studio project but it throws me some errors:

This lead me to “[size=small][font=Monaco, Consolas, Courier, monospace]classpath ‘io.fabric.tools:gradle:1.22.2’” line but I don’t know what the error is, can somebody help me?[/font][/size]

[code]buildscript {
// need this in order for the fabric to have the project built properly
repositories {
maven { url ‘https://maven.fabric.io/public’ }
}

dependencies {
    // here is the list of all versions: https://s3.amazonaws.com/fabric-artifacts/public/io/fabric/tools/gradle/maven-metadata.xml
    classpath 'io.fabric.tools:gradle:1.22.2'
}

}[/code]

I have exactly the same problem. Can someone help please?

Hi guys,

You may take a look at this post for help

Weibo