Understanding what happens behind Gradle task progress

Answered

Have issue with creating new Android project and opening old ones, basically Build task is never finished. 

How to understand what and why happens behind build task? I suppose Intellij starts daemon and it's doing something, but I have no idea where is the problem and where to start solving the problem. Maybe there is some log file where Intellij puts all logs?

If I create new project I don't have even gradle console, but just blocking progress popup, the latest log message is "Unzipping ..."

Tried AndroidStudio and Intellij Ultimate (both latest stable versions), but the problem is the same.

And from terminal everything works fine, so apparently this is not just Gradle issue, but somewhere in between Gradle and IDE.

The question on StackOverflow.

-----

Just tried to create new project with "gradle init --type java-application" and Intellij Ultimate can't finish building as well:

0
2 comments

Please provide idea.log (Help | Show log...).

0

Created issue and attached logs and screencast: https://youtrack.jetbrains.com/issue/IDEA-199678

0

Please sign in to leave a comment.