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

gradle-android-scala-plugin adds scala language support to official gradle android plugin

Results 39 gradle-android-scala-plugin issues
Sort by recently updated
recently updated
newest added

In ReadMe it says "build.gradle". Which one is it: for a whole module (in the root directory) or for a single project (in the directory of the project)?

The highest version of `com.android.tools.build:gradle` that works with `android-scala-plugin` is `0.14.1`. Every higher throws this exception: ``` Error:Execution failed for task ':shrinkDebugMultiDexComponents'. > 2 ```

bug

Is there any way to use the Scala compile daemon with this plugin? There's an option described [here](http://www.gradle.org/docs/current/userguide/scala_plugin.html), but it doesn't work with this plugin. On a related note, Android...

- generate release.keystore - sign - install

![lint output](http://i.imgur.com/iEsjrqN.png) This seems to happen for all layout, string, xml and menu resources that are used only from scala. Is there any better solution than completely ignoring the warning?...

LICENSE: https://github.com/pfn/android-sdk-plugin/blob/master/LICENSE

enhancement

Even though, I've specified this (it should be the default anyway): ``` android { compileOptions.encoding = "UTF-8" } ``` I get this warnings: ``` [ant:javac] /myproject/src/main/java/mypackage/MyClass.java:448: error: unmappable character for...

bug