0

After upgrading to IntelliJ IDEA 13.1.5 I can't build android project. The error looks like this::

Gradle 'myProject' project refresh failed Error:org.gradle.tooling.model.GradleProject.getBuildDirectory()Ljava/io/File;

How it can be solved?

Thanks.

Mark Korzhov
  • 2,109
  • 11
  • 31
  • 63

1 Answers1

0

The problem solved by update from http://confluence.jetbrains.com/display/IDEADEV/IDEA+13.1+EAP instead of the patch update.

JetBrains Support Request: https://intellij-support.jetbrains.com/requests/39301

Mark Korzhov
  • 2,109
  • 11
  • 31
  • 63