I'm trying to create a new Android project using Gradle build system, with IntelliJ 13.1.2 CE. From the "New Project" menu, I select Android, then Gradle: Android Module, and proceed further to create my project.
The trouble is : I can't "run" the project there after, having instead a weird error.
Using Gradle in command line works properly. But selecting my app as build configuration, and hitting run, result with the following error :
Information: 1 error
Information: 0 warnings
Error: java.lang.UnsupportedOperationException
I'm not able to get more information than that. And, I insist, building and installing with Gradle works properly from command line, and from within IntelliJ. (gradlew works as well)
So my questions are: - Was anyone confronted with this issue ? - If not, does anyone know how to get more information from IntelliJ ?
Also, I'm working on a Mac with OSX Maverick