Soru & Cevap

Gradle DSL method not found: 'exclude()' ...

22.04.2016 - 10:23

Merhaba arkadaşlar , android studioda projeyi import ettikten sonra şöyle bir hatayla karşılaşıyorum ;

Hata çıktısı :

Error:(88, 0) Gradle DSL method not found: 'exclude()'
Possible causes:<ul><li>The project 'PAD-master' may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>

 

Gradle-wrapper-properties kodları :


distributionBase=GRADLE_USER_HOME

distributionPath=wrapper/dists

zipStoreBase=GRADLE_USER_HOME

zipStorePath=wrapper/dists

distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
 

Bu sorunu nasıl çözebilirim ? Teşekkürler

22 Görüntülenme

1 Cevap

Sitedeki sorulara cevap verebilmek için giriş yapın ya da üye olun.

picture-7541-1521024507.jpg
burhanaras
25.04.2016 - 12:17

Gradle versionunu yükselt. Ya da build dosyasındaki exclude() methodunu silebilirsin.