jeudi 28 avril 2016

gradle dsl method not found 'android()'

gradle dsl method not found 'android()':
This error appears if you run your project with anthoer Android studio. 

In fact Android Studio incorrectly adds the android() method in the top-level build.gradle file.

So to resolve this problem you have just to delete this code and make rebuild to this your project.