gradle-android-scala-plugin icon indicating copy to clipboard operation
gradle-android-scala-plugin copied to clipboard

Sample projects does not work at all

Open lovesuper opened this issue 8 years ago • 3 comments

I have git cloned your repo to my disk. Opened it in my Android Studio 2.0 and have some problems with building sample projects. Errors are:

  • Error:Gradle version 2.2 is required. Current version is 2.12. If using the gradle wrapper, try editing the distributionUrl in /Users/user/Documents/gradle-android-scala-plugin/sample/hello/gradle/wrapper/gradle-wrapper.properties to gradle-2.2-all.zip.

then some workaround helped me to fix that. But I faced with this error:

  • Error:(17, 0) Could not find matching constructor for: org.gradle.api.internal.tasks.DefaultScalaSourceSet(java.lang.String, org.gradle.api.internal.file.BaseDirFileResolver)

lovesuper avatar Apr 15 '16 08:04 lovesuper